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-3039.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22193",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22193",
         "title": "Conduct neuropsychological evaluations such as assessments of intelligence, academic ability, attention, concentration, sensorimotor function, language, learning, and memory."
      },
      {
         "id": "22206",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22206",
         "title": "Write or prepare detailed clinical neuropsychological reports, using data from psychological or neuropsychological tests, self-report measures, rating scales, direct observations, or interviews."
      },
      {
         "id": "22202",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22202",
         "title": "Interview patients to obtain comprehensive medical histories."
      },
      {
         "id": "22197",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22197",
         "title": "Diagnose and treat conditions involving injury to the central nervous system, such as cerebrovascular accidents, neoplasms, infectious or inflammatory diseases, degenerative diseases, head traumas, demyelinating diseases, and various forms of dementing illnesses."
      },
      {
         "id": "22201",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22201",
         "title": "Establish neurobehavioral baseline measures for monitoring progressive cerebral disease or recovery."
      }
   ]
}