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-9042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22478",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22478",
         "title": "Supervise students in classrooms, halls, cafeterias, school yards, and gymnasiums, or on field trips.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22481",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22481",
         "title": "Tutor and assist children individually or in small groups to help them master assignments and to reinforce learning concepts presented by teachers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22463",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22463",
         "title": "Enforce administration policies and rules governing students.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "22480",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22480",
         "title": "Teach social skills to students.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "22465",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22465",
         "title": "Instruct and monitor students in the use and care of equipment and materials to prevent injuries and damage.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "22460",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22460",
         "title": "Discuss assigned duties with classroom teachers to coordinate instructional efforts.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22476",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22476",
         "title": "Present subject matter to students under the direction and guidance of teachers, using lectures, discussions, supervised role-playing methods, or by reading aloud.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22457",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22457",
         "title": "Clean classrooms.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22468",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22468",
         "title": "Observe students' performance, and record relevant data to assess progress.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22470",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9042.00/related/tasks/22470",
         "title": "Organize and label materials and display students' work in a manner appropriate for their eye levels and perceptual skills.",
         "importance": 74,
         "category": "Core"
      }
   ]
}