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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6914",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6914",
         "title": "Evaluate the functioning of the neuromuscularskeletal system and the spine using systems of chiropractic diagnosis."
      },
      {
         "id": "6915",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6915",
         "title": "Diagnose health problems by reviewing patients' health and medical histories, questioning, observing, and examining patients and interpreting x-rays."
      },
      {
         "id": "6913",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6913",
         "title": "Perform a series of manual adjustments to the spine or other articulations of the body to correct the musculoskeletal system."
      },
      {
         "id": "6918",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6918",
         "title": "Obtain and record patients' medical histories."
      },
      {
         "id": "6916",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6916",
         "title": "Maintain accurate case histories of patients."
      }
   ]
}