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-9099.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "17519",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17519",
         "title": "Clean, disinfect, or calibrate scopes or other endoscopic instruments according to manufacturer recommendations and facility standards.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "17527",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17527",
         "title": "Collect specimens from patients, using standard medical procedures.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17521",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17521",
         "title": "Perform safety checks to verify proper equipment functioning.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17523",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17523",
         "title": "Maintain or repair endoscopic equipment.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17525",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17525",
         "title": "Assist physicians or registered nurses in the conduct of endoscopic procedures.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17530",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17530",
         "title": "Place devices, such as blood pressure cuffs, pulse oximeter sensors, nasal cannulas, surgical cautery pads, and cardiac monitoring electrodes, on patients to monitor vital signs.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17522",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17522",
         "title": "Prepare suites or rooms according to endoscopic procedure requirements.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17520",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17520",
         "title": "Maintain inventories of endoscopic equipment and supplies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17526",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17526",
         "title": "Attend in-service training to validate or refresh basic professional skills.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17528",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9099.02/related/tasks/17528",
         "title": "Conduct in-service training sessions to disseminate information regarding equipment or instruments.",
         "importance": 79,
         "category": "Core"
      }
   ]
}