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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "4090",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1124.00/related/tasks/4090",
         "title": "Review prescription, diagnosis, patient chart, and identification."
      },
      {
         "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."
      }
   ]
}