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-2072.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22877",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/related/tasks/22877",
         "title": "Assign the patient to diagnosis-related groups (DRGs), using appropriate computer software."
      },
      {
         "id": "22878",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/related/tasks/22878",
         "title": "Compile and maintain patients' medical records to document condition and treatment and to provide data for research or cost control and care improvement efforts."
      },
      {
         "id": "22879",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/related/tasks/22879",
         "title": "Consult classification manuals to locate information about disease processes."
      },
      {
         "id": "22880",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/related/tasks/22880",
         "title": "Enter data, such as demographic characteristics, history and extent of disease, diagnostic procedures, or treatment into computer."
      },
      {
         "id": "22881",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2072.00/related/tasks/22881",
         "title": "Identify, compile, abstract, and code patient data, using standard classification systems."
      }
   ]
}