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/31-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "9398",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9398",
         "title": "Encourage patients and attend to their physical needs to facilitate the attainment of therapeutic goals.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9399",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9399",
         "title": "Report to supervisors or therapists, verbally or in writing, on patients' progress, attitudes, attendance, and accomplishments.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9400",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9400",
         "title": "Observe patients' attendance, progress, attitudes, and accomplishments and record and maintain information in client records.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9403",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9403",
         "title": "Prepare and maintain work area, materials, and equipment and maintain inventory of treatment and educational supplies.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "9409",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9409",
         "title": "Transport patients to and from the occupational therapy work area.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9404",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9404",
         "title": "Instruct patients and families in work, social, and living skills, the care and use of adaptive equipment, and other skills to facilitate home and work adjustment to disability.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9406",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9406",
         "title": "Assist occupational therapists in planning, implementing, and administering therapy programs to restore, reinforce, and enhance performance, using selected activities and special equipment.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9408",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9408",
         "title": "Demonstrate therapy techniques, such as manual and creative arts and games.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9401",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9401",
         "title": "Manage intradepartmental infection control and equipment security.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9407",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2012.00/related/tasks/9407",
         "title": "Perform clerical, administrative, and secretarial duties, such as answering phones, restocking and ordering supplies, filling out paperwork, and scheduling appointments.",
         "importance": 74,
         "category": "Core"
      }
   ]
}