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-9097.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19375",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19375",
         "title": "Dispose of contaminated sharps, in accordance with applicable laws, standards, and policies.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "19382",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19382",
         "title": "Organize or clean blood-drawing trays, ensuring that all instruments are sterile and all needles, syringes, or related items are of first-time use.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "19379",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19379",
         "title": "Draw blood from veins by vacuum tube, syringe, or butterfly venipuncture methods.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "19381",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19381",
         "title": "Match laboratory requisition forms to specimen tubes.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "19374",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19374",
         "title": "Dispose of blood or other biohazard fluids or tissue, in accordance with applicable laws, standards, or policies.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19387",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19387",
         "title": "Conduct standards tests, such as blood alcohol, blood culture, oral glucose tolerance, glucose screening, blood smears, or peak and trough drug levels tests.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19385",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19385",
         "title": "Collect specimens at specific time intervals for tests, such as those assessing therapeutic drug levels.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "19392",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19392",
         "title": "Process blood or other fluid samples for further analysis by other medical professionals.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19393",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19393",
         "title": "Provide sample analysis results to physicians to assist diagnosis.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19389",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9097.00/related/tasks/19389",
         "title": "Enter patient, specimen, insurance, or billing information into computer.",
         "importance": 86,
         "category": "Core"
      }
   ]
}