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/11-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5193",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5193",
         "title": "Confer with parents and staff to discuss educational activities and policies and students' behavioral or learning problems."
      },
      {
         "id": "5196",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5196",
         "title": "Monitor students' progress and provide students and teachers with assistance in resolving any problems."
      },
      {
         "id": "5198",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5198",
         "title": "Recruit, hire, train, and evaluate primary and supplemental staff and recommend personnel actions for programs and services."
      },
      {
         "id": "5204",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5204",
         "title": "Teach classes or courses or provide direct care to children."
      },
      {
         "id": "5195",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5195",
         "title": "Set educational standards and goals and help establish policies, procedures, and programs to carry them out."
      }
   ]
}