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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "22312",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4051.00/related/tasks/22312",
         "title": "Apply safety tags to equipment needing maintenance."
      }
   ]
}