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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/details/tasks?start=11&end=11",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "6918",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6918",
         "title": "Obtain and record patients' medical histories.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "6916",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6916",
         "title": "Maintain accurate case histories of patients.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "6917",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6917",
         "title": "Advise patients about recommended courses of treatment.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6919",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6919",
         "title": "Analyze x-rays to locate the sources of patients' difficulties and to rule out fractures or diseases as sources of problems.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "6920",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6920",
         "title": "Counsel patients about nutrition, exercise, sleeping habits, stress management, or other matters.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6922",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/6922",
         "title": "Consult with or refer patients to appropriate health practitioners when necessary.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20403",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1011.00/related/tasks/20403",
         "title": "Recommend and arrange for diagnostic procedures, such as blood chemistry tests, saliva tests, x-rays, or other imaging procedures.",
         "importance": 81,
         "category": "Core"
      }
   ]
}