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/31-9092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2024",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2024",
         "title": "Interview patients to obtain medical information and measure their vital signs, weight, and height.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2033",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2033",
         "title": "Clean and sterilize instruments and dispose of contaminated supplies.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2026",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2026",
         "title": "Record patients' medical history, vital statistics, or information such as test results in medical records.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2029",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2029",
         "title": "Explain treatment procedures, medications, diets, or physicians' instructions to patients.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2032",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2032",
         "title": "Prepare treatment rooms for patient examinations, keeping the rooms neat and clean.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2028",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2028",
         "title": "Collect blood, tissue, or other laboratory specimens, log the specimens, and prepare them for testing.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2025",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2025",
         "title": "Show patients to examination rooms and prepare them for the physician.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "2030",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2030",
         "title": "Help physicians examine and treat patients, handing them instruments or materials or performing such tasks as giving injections or removing sutures.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "2040",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2040",
         "title": "Perform routine laboratory tests and sample analyses.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2036",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2036",
         "title": "Greet and log in patients arriving at office or clinic.",
         "importance": 89,
         "category": "Core"
      }
   ]
}