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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "4153",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4153",
         "title": "Process cardiac function studies, using computer.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4155",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4155",
         "title": "Record and process results of procedures.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4152",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4152",
         "title": "Produce a computer-generated or film image for interpretation by a physician.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4156",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4156",
         "title": "Prepare stock radiopharmaceuticals, adhering to safety standards that minimize radiation exposure to workers and patients.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4150",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4150",
         "title": "Explain test procedures and safety precautions to patients and provide them with assistance during test procedures.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "15240",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/15240",
         "title": "Perform quality control checks on laboratory equipment or cameras.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4154",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2033.00/related/tasks/4154",
         "title": "Dispose of radioactive materials and store radiopharmaceuticals, following radiation safety procedures.",
         "importance": 93,
         "category": "Core"
      }
   ]
}