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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/details/tasks?start=11&end=16",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17069",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17069",
         "title": "Educate patients about diagnoses, prognoses, or treatments.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17063",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17063",
         "title": "Document patients' medical histories.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17071",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17071",
         "title": "Develop individualized treatment plans for patients, considering patient preferences, clinical data, or the risks and benefits of therapies.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17074",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17074",
         "title": "Provide therapies, such as allergen immunotherapy or immunoglobin therapy, to treat immune conditions.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17067",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17067",
         "title": "Conduct physical examinations of patients.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17073",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.01/related/tasks/17073",
         "title": "Assess the risks and benefits of therapies for allergic and immunologic disorders.",
         "importance": 88,
         "category": "Core"
      }
   ]
}