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-1141.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1841",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1841",
         "title": "Record patients' medical information and vital signs."
      },
      {
         "id": "20413",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/20413",
         "title": "Administer medications to patients and monitor patients for reactions or side effects."
      },
      {
         "id": "1839",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1839",
         "title": "Maintain accurate, detailed reports and records."
      },
      {
         "id": "1840",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1840",
         "title": "Monitor, record, and report symptoms or changes in patients' conditions."
      },
      {
         "id": "1855",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.00/related/tasks/1855",
         "title": "Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry."
      }
   ]
}