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-2036.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "22837",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22837",
         "title": "Design the arrangement of radiation fields to reduce exposure to critical patient structures, such as organs, using computers, manuals, and guides.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "22848",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22848",
         "title": "Plan the use of beam modifying devices, such as compensators, shields, and wedge filters, to ensure safe and effective delivery of radiation treatment.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22844",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22844",
         "title": "Identify and outline bodily structures, using imaging procedures, such as x-ray, magnetic resonance imaging, computed tomography, or positron emission tomography.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22834",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22834",
         "title": "Calculate the delivery of radiation treatment, such as the amount or extent of radiation per session, based on the prescribed course of radiation therapy.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22833",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22833",
         "title": "Calculate, or verify calculations of, prescribed radiation doses.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "22838",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22838",
         "title": "Develop radiation treatment plans in consultation with members of the radiation oncology team.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "22850",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22850",
         "title": "Supervise or perform simulations for tumor localizations, using imaging methods such as magnetic resonance imaging, computed tomography, or positron emission tomography scans.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22836",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22836",
         "title": "Create and transfer reference images and localization markers for treatment delivery, using image-guided radiation therapy.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22849",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22849",
         "title": "Record patient information, such as radiation doses administered, in patient records.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "22832",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/related/tasks/22832",
         "title": "Advise oncology team members on use of beam modifying or immobilization devices in radiation treatment plans.",
         "importance": 79,
         "category": "Core"
      }
   ]
}