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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/details/tasks?start=11&end=18",
   "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.",
         "importance": 100,
         "category": "Core"
      },
      {
         "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.",
         "importance": 100,
         "category": "Core"
      },
      {
         "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.",
         "importance": 100,
         "category": "Core"
      },
      {
         "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22221",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22221",
         "title": "Provide education or counseling to individuals and families.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22215",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22215",
         "title": "Distinguish between psychogenic and neurogenic syndromes, two or more suspected etiologies of cerebral dysfunction, or between disorders involving complex seizures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "22212",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22212",
         "title": "Diagnose and treat neural and psychological conditions in medical and surgical populations, such as patients with early dementing illness or chronic pain with a neurological basis.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22209",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22209",
         "title": "Consult with other professionals about patients' neurological conditions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22223",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.03/related/tasks/22223",
         "title": "Read current literature, talk with colleagues, and participate in professional organizations or conferences to keep abreast of developments in neuropsychology.",
         "importance": 86,
         "category": "Core"
      }
   ]
}