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/29-1229.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "17201",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17201",
         "title": "Document examination results, treatment plans, and patients' outcomes.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17200",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17200",
         "title": "Examine patients to assess mobility, strength, communication, or cognition.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17198",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17198",
         "title": "Assess characteristics of patients' pain, such as intensity, location, or duration, using standardized clinical measures.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17210",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17210",
         "title": "Provide inpatient or outpatient medical management of neuromuscular disorders, musculoskeletal trauma, acute and chronic pain, deformity or amputation, cardiac or pulmonary disease, or other disabling conditions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17199",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17199",
         "title": "Monitor effectiveness of pain management interventions, such as medication or spinal injections.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17203",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17203",
         "title": "Develop comprehensive plans for immediate and long-term rehabilitation, including therapeutic exercise, speech and occupational therapy, counseling, cognitive retraining, patient, family or caregiver education, or community reintegration.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17205",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17205",
         "title": "Coordinate physical medicine and rehabilitation services with other medical activities.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17207",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17207",
         "title": "Perform electrodiagnosis, including electromyography, nerve conduction studies, or somatosensory evoked potentials of neuromuscular disorders or damage.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17204",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17204",
         "title": "Prescribe physical therapy to relax the muscles and improve strength.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17206",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/related/tasks/17206",
         "title": "Consult or coordinate with other rehabilitative professionals, including physical and occupational therapists, rehabilitation nurses, speech pathologists, neuropsychologists, behavioral psychologists, social workers, or medical technicians.",
         "importance": 82,
         "category": "Core"
      }
   ]
}