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/19-4051.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "20539",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/20539",
         "title": "Brief workers on radiation levels in work areas.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7597",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7597",
         "title": "Calculate safe radiation exposure times for personnel using plant contamination readings and prescribed safe levels of radiation.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7599",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7599",
         "title": "Monitor personnel to determine the amounts and intensities of radiation exposure.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7600",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7600",
         "title": "Inform supervisors when individual exposures or area radiation levels approach maximum permissible limits.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7598",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7598",
         "title": "Provide initial response to abnormal events or to alarms from radiation monitoring equipment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7602",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7602",
         "title": "Determine intensities and types of radiation in work areas, equipment, or materials, using radiation detectors or other instruments.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7601",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7601",
         "title": "Instruct personnel in radiation safety procedures and demonstrate use of protective clothing and equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7603",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7603",
         "title": "Collect samples of air, water, gases, or solids to determine radioactivity levels of contamination.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20540",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/20540",
         "title": "Analyze samples, such as air or water samples, for contaminants or other elements.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7605",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/related/tasks/7605",
         "title": "Determine or recommend radioactive decontamination procedures, according to the size and nature of equipment and the degree of contamination.",
         "importance": 77,
         "category": "Core"
      }
   ]
}