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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/details/tasks?start=11&end=14",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "22202",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22202",
         "title": "Interview patients to obtain comprehensive medical histories.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22204",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22204",
         "title": "Provide education or counseling to individuals and families.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22199",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22199",
         "title": "Diagnose and treat pediatric populations for conditions such as learning disabilities with developmental or organic bases.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "22205",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22205",
         "title": "Read current literature, talk with colleagues, and participate in professional organizations or conferences to keep abreast of developments in neuropsychology.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "22203",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22203",
         "title": "Participate in educational programs, in-service training, or workshops to remain current in methods and techniques.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "22195",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/related/tasks/22195",
         "title": "Consult with other professionals about patients' neurological conditions.",
         "importance": 76,
         "category": "Core"
      }
   ]
}