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-1125.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "393",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/393",
         "title": "Instruct patient in activities and techniques, such as sports, dance, music, art, or relaxation techniques, designed to meet their specific physical or psychological needs."
      },
      {
         "id": "392",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/392",
         "title": "Conduct therapy sessions to improve patients' mental and physical well-being."
      },
      {
         "id": "395",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/395",
         "title": "Plan, organize, direct, and participate in treatment programs and activities to facilitate patients' rehabilitation, help them integrate into the community, and prevent further medical problems."
      },
      {
         "id": "387",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/387",
         "title": "Observe, analyze, and record patients' participation, reactions, and progress during treatment sessions, modifying treatment programs as needed."
      },
      {
         "id": "388",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/related/tasks/388",
         "title": "Develop treatment plan to meet needs of patient, based on needs assessment, patient interests, and objectives of therapy."
      }
   ]
}