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-1215.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "7771",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7771",
         "title": "Prescribe or administer treatment, therapy, medication, vaccination, and other specialized medical care to treat or prevent illness, disease, or injury.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "7772",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7772",
         "title": "Order, perform, and interpret tests and analyze records, reports, and examination information to diagnose patients' condition.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "7774",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7774",
         "title": "Collect, record, and maintain patient information, such as medical history, reports, or examination results.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "7773",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7773",
         "title": "Monitor patients' conditions and progress and reevaluate treatments as necessary.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "7775",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7775",
         "title": "Explain procedures and discuss test results or prescribed treatments with patients.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "7776",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7776",
         "title": "Advise patients and community members concerning diet, activity, hygiene, and disease prevention.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7778",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7778",
         "title": "Direct and coordinate activities of nurses, students, assistants, specialists, therapists, and other medical staff.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7777",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7777",
         "title": "Refer patients to medical specialists or other practitioners when necessary.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7779",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7779",
         "title": "Coordinate work with nurses, social workers, rehabilitation therapists, pharmacists, psychologists, and other health care providers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7782",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7782",
         "title": "Plan, implement, or administer health programs or standards in hospitals, businesses, or communities for prevention or treatment of injury or illness.",
         "importance": 72,
         "category": "Core"
      }
   ]
}