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.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17076",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17076",
         "title": "Diagnose or treat allergic or immunologic conditions."
      },
      {
         "id": "17069",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17069",
         "title": "Educate patients about diagnoses, prognoses, or treatments."
      },
      {
         "id": "17068",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17068",
         "title": "Order or perform diagnostic tests such as skin pricks and intradermal, patch, or delayed hypersensitivity tests."
      },
      {
         "id": "17066",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17066",
         "title": "Prescribe medication such as antihistamines, antibiotics, and nasal, oral, topical, or inhaled glucocorticosteroids."
      },
      {
         "id": "17070",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17070",
         "title": "Interpret diagnostic test results to make appropriate differential diagnoses."
      }
   ]
}