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-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2008",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2008",
         "title": "Instruct, motivate, safeguard, and assist patients as they practice exercises or functional activities."
      },
      {
         "id": "21192",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/21192",
         "title": "Document patient information, such as notes on their progress."
      },
      {
         "id": "15247",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/15247",
         "title": "Observe patients during treatments to compile and evaluate data on their responses and progress and provide results to physical therapist in person or through progress notes."
      },
      {
         "id": "21193",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/21193",
         "title": "Instruct patients in proper body mechanics and in ways to improve functional mobility, such as aquatic exercise."
      },
      {
         "id": "2013",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2013",
         "title": "Secure patients into or onto therapy equipment."
      }
   ]
}