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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14310",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14310",
         "title": "Verify that incoming and outgoing products are moving through the correct meters, and that meters are working properly.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14317",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14317",
         "title": "Patrol units to monitor the amount of oil in storage tanks, and to verify that activities and operations are safe, efficient, and in compliance with regulations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14313",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14313",
         "title": "Plan movement of products through lines to processing, storage, and shipping units, using knowledge of system interconnections and capacities.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14307",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14307",
         "title": "Control or operate manifold and pumping systems to circulate liquids through a petroleum refinery.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14312",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8093.00/related/tasks/14312",
         "title": "Operate auxiliary equipment and control multiple processing units during distilling or treating operations, moving controls that regulate valves, pumps, compressors, and auxiliary equipment.",
         "importance": 77,
         "category": "Core"
      }
   ]
}