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-1124.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4086",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4086",
         "title": "Position patients for treatment with accuracy, according to prescription.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "4085",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4085",
         "title": "Administer prescribed doses of radiation to specific body parts, using radiation therapy equipment according to established practices and standards.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "4088",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4088",
         "title": "Follow principles of radiation protection for patient, self, and others.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4090",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4090",
         "title": "Review prescription, diagnosis, patient chart, and identification.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4091",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4091",
         "title": "Conduct most treatment sessions independently, in accordance with the long-term treatment plan and under the general direction of the patient's physician.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4087",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4087",
         "title": "Enter data into computer and set controls to operate or adjust equipment or regulate dosage.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4092",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4092",
         "title": "Check radiation therapy equipment to ensure proper operation.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4093",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4093",
         "title": "Observe and reassure patients during treatment and report unusual reactions to physician or turn equipment off if unexpected adverse reactions occur.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4095",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4095",
         "title": "Educate, prepare, and reassure patients and their families by answering questions, providing physical assistance, and reinforcing physicians' advice regarding treatment reactions or post-treatment care.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4089",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4089",
         "title": "Maintain records, reports, or files as required, including such information as radiation dosages, equipment settings, or patients' reactions.",
         "importance": 91,
         "category": "Core"
      }
   ]
}