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/19-3034.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5446",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5446",
         "title": "Compile and interpret students' test results, along with information from teachers and parents, to diagnose conditions and to help assess eligibility for special services."
      },
      {
         "id": "5455",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5455",
         "title": "Maintain student records, including special education reports, confidential records, records of services provided, and behavioral data."
      },
      {
         "id": "5447",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5447",
         "title": "Report any pertinent information to the proper authorities in cases of child endangerment, neglect, or abuse."
      },
      {
         "id": "5449",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5449",
         "title": "Select, administer, and score psychological tests."
      },
      {
         "id": "18619",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/18619",
         "title": "Interpret test results and prepare psychological reports for teachers, administrators, and parents."
      }
   ]
}