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-1171.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18399",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18399",
         "title": "Maintain complete and detailed records of patients' health care plans and prognoses."
      },
      {
         "id": "18389",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18389",
         "title": "Develop treatment plans, based on scientific rationale, standards of care, and professional practice guidelines."
      },
      {
         "id": "18393",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18393",
         "title": "Provide patients with information needed to promote health, reduce risk factors, or prevent disease or disability."
      },
      {
         "id": "18382",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18382",
         "title": "Analyze and interpret patients' histories, symptoms, physical findings, or diagnostic information to develop appropriate diagnoses."
      },
      {
         "id": "18385",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18385",
         "title": "Diagnose or treat complex, unstable, comorbid, episodic, or emergency conditions in collaboration with other health care providers as necessary."
      }
   ]
}