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-2056.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-2056.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22359",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2056.00/related/tasks/22359",
         "title": "Administer standardized ability and achievement tests to elementary students with special needs."
      },
      {
         "id": "22360",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2056.00/related/tasks/22360",
         "title": "Attend professional meetings, educational conferences, or teacher training workshops to maintain or improve professional competence."
      },
      {
         "id": "22361",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2056.00/related/tasks/22361",
         "title": "Collaborate with other teachers or administrators to develop, evaluate, or revise elementary school programs."
      },
      {
         "id": "22362",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2056.00/related/tasks/22362",
         "title": "Confer with other staff members to plan or schedule lessons promoting learning, following approved curricula."
      },
      {
         "id": "22363",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2056.00/related/tasks/22363",
         "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."
      }
   ]
}