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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2013",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2013",
         "title": "Secure patients into or onto therapy equipment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2009",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2009",
         "title": "Confer with physical therapy staff or others to discuss and evaluate patient information for planning, modifying, or coordinating treatment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "15248",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/15248",
         "title": "Administer active or passive manual therapeutic exercises, therapeutic massage, aquatic physical therapy, or heat, light, sound, or electrical modality treatments, such as ultrasound.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2016",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2016",
         "title": "Transport patients to and from treatment areas, lifting and transferring them according to positioning requirements.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2018",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/2018",
         "title": "Clean work area and check and store equipment after treatment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15249",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-2021.00/related/tasks/15249",
         "title": "Communicate with or instruct caregivers or family members on patient therapeutic activities or treatment plans.",
         "importance": 82,
         "category": "Core"
      }
   ]
}