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-2099.08/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17668",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17668",
         "title": "Coordinate communication between patients, family members, medical staff, administrative staff, or regulatory agencies."
      },
      {
         "id": "17670",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17670",
         "title": "Interview patients or their representatives to identify problems relating to care."
      },
      {
         "id": "17671",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17671",
         "title": "Refer patients to appropriate health care services or resources."
      },
      {
         "id": "17678",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17678",
         "title": "Maintain knowledge of community services and resources available to patients."
      },
      {
         "id": "17667",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17667",
         "title": "Explain policies, procedures, or services to patients using medical or administrative knowledge."
      }
   ]
}