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-2035.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23974",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/23974",
         "title": "Review physicians' orders to confirm prescribed exams.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "19218",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19218",
         "title": "Conduct screening interviews of patients to identify contraindications, such as ferrous objects, pregnancy, prosthetic heart valves, cardiac pacemakers, or tattoos.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "19228",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19228",
         "title": "Select appropriate imaging techniques or coils to produce required images.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "19225",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19225",
         "title": "Operate magnetic resonance imaging (MRI) scanners.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "19227",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19227",
         "title": "Provide headphones or earplugs to patients to improve comfort and reduce unpleasant noise.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "19226",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19226",
         "title": "Position patients on cradle, attaching immobilization devices, if needed, to ensure appropriate placement for imaging.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "19236",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19236",
         "title": "Take brief medical histories from patients.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "19224",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19224",
         "title": "Inspect images for quality, using magnetic resonance scanner equipment and laser camera.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19223",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19223",
         "title": "Intravenously inject contrast dyes, such as gadolinium contrast, in accordance with scope of practice.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "19237",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19237",
         "title": "Test magnetic resonance imaging (MRI) equipment to ensure proper functioning and performance in accordance with specifications.",
         "importance": 89,
         "category": "Core"
      }
   ]
}