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/51-8093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14309",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14309",
         "title": "Signal other workers by telephone or radio to operate pumps, open and close valves, and check temperatures."
      },
      {
         "id": "14318",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14318",
         "title": "Maintain and repair equipment, or report malfunctioning equipment to supervisors so that repairs can be scheduled."
      },
      {
         "id": "14305",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14305",
         "title": "Monitor process indicators, instruments, gauges, and meters to detect and report any possible problems."
      },
      {
         "id": "14306",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14306",
         "title": "Start pumps and open valves or use automated equipment to regulate the flow of oil in pipelines and into and out of tanks."
      },
      {
         "id": "14308",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14308",
         "title": "Operate control panels to coordinate and regulate process variables such as temperature and pressure, and to direct product flow rate, according to process schedules."
      }
   ]
}