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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "22802",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22802",
         "title": "Review and evaluate developed x-rays, video tape, or computer-generated information to determine if images are satisfactory for diagnostic purposes.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "22809",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22809",
         "title": "Determine patients' x-ray needs by reading requests or instructions from physicians.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "22826",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22826",
         "title": "Prepare contrast material, radiopharmaceuticals, or anesthetic or antispasmodic drugs under the direction of a radiologist.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22805",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22805",
         "title": "Process exposed radiographs using film processors or computer generated methods.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "22818",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/related/tasks/22818",
         "title": "Operate mobile x-ray equipment in operating room, emergency room, or at patient's bedside.",
         "importance": 94,
         "category": "Core"
      }
   ]
}