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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4258",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4258",
         "title": "Instruct, or assist in instructing, patients and families in home programs, basic living skills, or the care and use of adaptive equipment.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4255",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4255",
         "title": "Maintain and promote a positive attitude toward clients and their treatment programs.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4262",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4262",
         "title": "Report to supervisors, verbally or in writing, on patients' progress, attitudes, and behavior.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4261",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4261",
         "title": "Implement, or assist occupational therapists with implementing, treatment plans designed to help clients function independently.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4256",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4256",
         "title": "Monitor patients' performance in therapy activities, providing encouragement.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4254",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4254",
         "title": "Observe and record patients' progress, attitudes, and behavior and maintain this information in client records.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4257",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4257",
         "title": "Select therapy activities to fit patients' needs and capabilities.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18700",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/18700",
         "title": "Attend continuing education classes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4260",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4260",
         "title": "Aid patients in dressing and grooming themselves.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4259",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2011.00/related/tasks/4259",
         "title": "Evaluate the daily living skills or capacities of clients with physical, developmental, or mental health disabilities.",
         "importance": 90,
         "category": "Core"
      }
   ]
}