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-2055.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "15242",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/15242",
         "title": "Maintain a proper sterile field during surgical procedures.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "1959",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1959",
         "title": "Count sponges, needles, and instruments before and after operation.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "1961",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1961",
         "title": "Scrub arms and hands and assist the surgical team to scrub and put on gloves, masks, and surgical clothing.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "1963",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1963",
         "title": "Provide technical assistance to surgeons, surgical nurses, or anesthesiologists.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "15243",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/15243",
         "title": "Prepare patients for surgery, including positioning patients on the operating table and covering them with sterile surgical drapes to prevent exposure.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "1960",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1960",
         "title": "Hand instruments and supplies to surgeons and surgeons' assistants, hold retractors and cut sutures, and perform other tasks as directed by surgeon during operation.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "1965",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1965",
         "title": "Prepare, care for, and dispose of tissue specimens taken for laboratory analysis.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1964",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1964",
         "title": "Wash and sterilize equipment, using germicides and sterilizers.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1969",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1969",
         "title": "Monitor and continually assess operating room conditions, including patient and surgical team needs.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "1968",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/related/tasks/1968",
         "title": "Operate, assemble, adjust, or monitor sterilizers, lights, suction machines, or diagnostic equipment to ensure proper operation.",
         "importance": 92,
         "category": "Core"
      }
   ]
}