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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "22308",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22308",
         "title": "Follow nuclear equipment operational policies and procedures that ensure environmental safety.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "22309",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22309",
         "title": "Conduct surveillance testing to determine safety of nuclear equipment.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "22310",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22310",
         "title": "Monitor nuclear reactor equipment performance to identify operational inefficiencies, hazards, or needs for maintenance or repair.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "22311",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22311",
         "title": "Test plant equipment to ensure it is operating properly.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22312",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22312",
         "title": "Apply safety tags to equipment needing maintenance.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "22313",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22313",
         "title": "Follow policies and procedures for radiation workers to ensure personnel safety.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "22314",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22314",
         "title": "Modify, devise, or maintain nuclear equipment used in operations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22315",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22315",
         "title": "Monitor instruments, gauges, or recording devices under direction of nuclear experimenters.",
         "importance": 90,
         "category": "Supplemental"
      },
      {
         "id": "22316",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22316",
         "title": "Perform testing, maintenance, repair, or upgrading of accelerator systems.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "22318",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22318",
         "title": "Warn maintenance workers of radiation hazards and direct workers to vacate hazardous areas.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}