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-2033.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15239",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/15239",
         "title": "Administer radiopharmaceuticals or radiation intravenously to detect or treat diseases, using radioisotope equipment, under direction of a physician."
      },
      {
         "id": "4149",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4149",
         "title": "Detect and map radiopharmaceuticals in patients' bodies, using a camera to produce photographic or computer images."
      },
      {
         "id": "4153",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4153",
         "title": "Process cardiac function studies, using computer."
      },
      {
         "id": "4148",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4148",
         "title": "Calculate, measure, and record radiation dosage or radiopharmaceuticals received, used, and disposed, using computer and following physician's prescription."
      },
      {
         "id": "4155",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4155",
         "title": "Record and process results of procedures."
      }
   ]
}