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-2032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "432",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/432",
         "title": "Observe screen during scan to ensure that image produced is satisfactory for diagnostic purposes, making adjustments to equipment as required."
      },
      {
         "id": "433",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/433",
         "title": "Observe and care for patients throughout examinations to ensure their safety and comfort."
      },
      {
         "id": "434",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/434",
         "title": "Provide sonogram and oral or written summary of technical findings to physician for use in medical diagnosis."
      },
      {
         "id": "436",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/436",
         "title": "Select appropriate equipment settings and adjust patient positions to obtain the best sites and angles."
      },
      {
         "id": "435",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/435",
         "title": "Operate ultrasound equipment to produce and record images of the motion, shape, and composition of blood, organs, tissues, or bodily masses, such as fluid accumulations."
      }
   ]
}