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-1122.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "349",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/349",
         "title": "Test and evaluate patients' physical and mental abilities and analyze medical data to determine realistic rehabilitation goals for patients.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "347",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/347",
         "title": "Complete and maintain necessary records.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "351",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/351",
         "title": "Plan, organize, and conduct occupational therapy programs in hospital, institutional, or community settings to help rehabilitate persons with disabilities because of illness, injury or psychological or developmental problems.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "358",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/358",
         "title": "Plan and implement programs and social activities to help patients learn work or school skills and adjust to handicaps.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "350",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/350",
         "title": "Select activities that will help individuals learn work and life-management skills within limits of their mental or physical capabilities.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "348",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/348",
         "title": "Evaluate patients' progress and prepare reports that detail progress.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "15231",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/15231",
         "title": "Train caregivers in providing for the needs of a patient during and after therapy.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "359",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/359",
         "title": "Lay out materials such as puzzles, scissors and eating utensils for use in therapy, and clean and repair these tools after therapy sessions.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "353",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/353",
         "title": "Consult with rehabilitation team to select activity programs or coordinate occupational therapy with other therapeutic activities.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "357",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.00/related/tasks/357",
         "title": "Design and create, or requisition, special supplies and equipment, such as splints, braces, and computer-aided adaptive equipment.",
         "importance": 80,
         "category": "Core"
      }
   ]
}