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-2034.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22807",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22807",
         "title": "Position imaging equipment and adjust controls to set exposure time and distance, according to specification of examination."
      },
      {
         "id": "22804",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22804",
         "title": "Position patient on examining table and set up and adjust equipment to obtain optimum view of specific body area as requested by physician."
      },
      {
         "id": "22816",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22816",
         "title": "Monitor patients' conditions and reactions, reporting abnormal signs to physician."
      },
      {
         "id": "22808",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22808",
         "title": "Explain procedures and observe patients to ensure safety and comfort during scan."
      },
      {
         "id": "22806",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22806",
         "title": "Use radiation safety measures and protection devices to comply with government regulations and to ensure safety of patients and staff."
      }
   ]
}