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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4051.02/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}