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-8092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14287",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14287",
         "title": "Monitor equipment functioning, observe temperature, level, and flow gauges, and perform regular unit checks to ensure that all equipment is operating as it should."
      },
      {
         "id": "14299",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14299",
         "title": "Distribute or process gas for utility companies or industrial plants, using panel boards, control boards, and semi-automatic equipment."
      },
      {
         "id": "14288",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14288",
         "title": "Control operation of compressors, scrubbers, evaporators, and refrigeration equipment to liquefy, compress, or regasify natural gas."
      },
      {
         "id": "14300",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14300",
         "title": "Control equipment to regulate flow and pressure of gas to feedlines of boilers, furnaces, and related steam-generating or heating equipment."
      },
      {
         "id": "14290",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14290",
         "title": "Record, review, and compile operations records, test results, and gauge readings such as temperatures, pressures, concentrations, and flows."
      }
   ]
}