Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/25-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6643",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6643",
         "title": "Prepare materials and classrooms for class activities.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6640",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6640",
         "title": "Instruct through lectures, discussions, and demonstrations in one or more subjects, such as English, mathematics, or social studies.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6641",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6641",
         "title": "Establish clear objectives for all lessons, units, and projects, and communicate those objectives to students.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6639",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6639",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6644",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6644",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6645",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6645",
         "title": "Maintain accurate and complete student records as required by laws, district policies, and administrative regulations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6647",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6647",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6649",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6649",
         "title": "Plan and conduct activities for a balanced program of instruction, demonstration, and work time that provides students with opportunities to observe, question, and investigate.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6656",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6656",
         "title": "Confer with parents or guardians, other teachers, counselors, and administrators to resolve students' behavioral and academic problems.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6646",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2031.00/related/tasks/6646",
         "title": "Assign and grade class work and homework.",
         "importance": 81,
         "category": "Core"
      }
   ]
}