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.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22219",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22219",
         "title": "Interview patients to obtain comprehensive medical histories."
      },
      {
         "id": "22224",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22224",
         "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": "22208",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22208",
         "title": "Conduct neuropsychological evaluations such as assessments of intelligence, academic ability, attention, concentration, sensorimotor function, language, learning, and memory."
      },
      {
         "id": "22211",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22211",
         "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": "22213",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22213",
         "title": "Diagnose and treat pediatric populations for conditions such as learning disabilities with developmental or organic bases."
      }
   ]
}