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-1216.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7786",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7786",
         "title": "Analyze records, reports, test results, or examination information to diagnose medical condition of patient."
      },
      {
         "id": "7785",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7785",
         "title": "Treat internal disorders, such as hypertension, heart disease, diabetes, or problems of the lung, brain, kidney, or gastrointestinal tract."
      },
      {
         "id": "7787",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7787",
         "title": "Prescribe or administer medication, therapy, and other specialized medical care to treat or prevent illness, disease, or injury."
      },
      {
         "id": "7789",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7789",
         "title": "Manage and treat common health problems, such as infections, influenza or pneumonia, as well as serious, chronic, and complex illnesses, in adolescents, adults, and the elderly."
      },
      {
         "id": "7788",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7788",
         "title": "Provide and manage long-term, comprehensive medical care, including diagnosis and nonsurgical treatment of diseases, for adult patients in an office or hospital."
      }
   ]
}