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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14294",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14294",
         "title": "Determine causes of abnormal pressure variances, and make corrective recommendations, such as installation of pipes to relieve overloading.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14291",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14291",
         "title": "Adjust temperature, pressure, vacuum, level, flow rate, or transfer of gas to maintain processes at required levels or to correct problems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14293",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14293",
         "title": "Collaborate with other operators to solve unit problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14286",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14286",
         "title": "Monitor transportation and storage of flammable and other potentially dangerous products to ensure that safety guidelines are followed.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14289",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/related/tasks/14289",
         "title": "Start and shut down plant equipment.",
         "importance": 82,
         "category": "Core"
      }
   ]
}