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-1229.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17106",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17106",
         "title": "Diagnose, treat, or provide continuous care to hospital inpatients."
      },
      {
         "id": "17102",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17102",
         "title": "Prescribe medications or treatment regimens to hospital inpatients."
      },
      {
         "id": "17103",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17103",
         "title": "Order or interpret the results of tests such as laboratory tests and radiographs (x-rays)."
      },
      {
         "id": "17107",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17107",
         "title": "Admit patients for hospital stays."
      },
      {
         "id": "17105",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17105",
         "title": "Conduct discharge planning and discharge patients."
      }
   ]
}