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-2055.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22329",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/related/tasks/22329",
         "title": "Administer standardized ability and achievement tests to kindergarten students with special needs."
      },
      {
         "id": "22330",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/related/tasks/22330",
         "title": "Attend professional meetings, educational conferences, or teacher training workshops to maintain or improve professional competence."
      },
      {
         "id": "22331",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/related/tasks/22331",
         "title": "Collaborate with other teachers or administrators to develop, evaluate, or revise kindergarten programs."
      },
      {
         "id": "22332",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/related/tasks/22332",
         "title": "Confer with other staff members to plan, schedule, or conduct activities for a balanced program of instruction, demonstration, and work time that provides students with opportunities to observe, question, and investigate."
      },
      {
         "id": "22333",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2055.00/related/tasks/22333",
         "title": "Confer with parents, administrators, testing specialists, social workers, or other professionals to develop individual educational plans (IEPs) for students' educational, physical, or social development."
      }
   ]
}