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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}