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-1299.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18418",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18418",
         "title": "Document patients' histories, including identifying data, chief complaints, illnesses, previous medical or family histories, or psychosocial characteristics.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "18412",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18412",
         "title": "Educate patients about health care management.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18413",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18413",
         "title": "Advise patients about therapeutic exercise and nutritional medicine regimens.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18410",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18410",
         "title": "Conduct physical examinations and physiological function tests for diagnostic purposes.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18409",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18409",
         "title": "Administer, dispense, or prescribe natural medicines, such as food or botanical extracts, herbs, dietary supplements, vitamins, nutraceuticals, and amino acids.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18411",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18411",
         "title": "Interview patients to document symptoms and health histories.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18414",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18414",
         "title": "Diagnose health conditions, based on patients' symptoms and health histories, laboratory and diagnostic radiology test results, or other physiological measurements, such as electrocardiograms and electroencephalographs.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18408",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18408",
         "title": "Administer treatments or therapies, such as homeopathy, hydrotherapy, Oriental or Ayurvedic medicine, electrotherapy, and diathermy, using physical agents including air, heat, cold, water, sound, or ultraviolet light to catalyze the body to heal itself.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18420",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18420",
         "title": "Consult with other health professionals to provide optimal patient care, referring patients to traditional health care professionals as necessary.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18407",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/related/tasks/18407",
         "title": "Order diagnostic imaging procedures such as radiographs (x-rays), ultrasounds, mammograms, and bone densitometry tests, or refer patients to other health professionals for these procedures.",
         "importance": 82,
         "category": "Core"
      }
   ]
}