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-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "12334",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12334",
         "title": "Observe safety precautions to prevent fires or explosions.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12342",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12342",
         "title": "Record operational data, such as temperatures, pressures, ingredients used, processing times, or test results.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12336",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12336",
         "title": "Control or operate equipment in which chemical changes or reactions take place during the processing of industrial or consumer products.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "12339",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12339",
         "title": "Patrol work areas to detect leaks or equipment malfunctions or to monitor operating conditions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12341",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12341",
         "title": "Draw samples of products at specified stages so that analyses can be performed.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12333",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12333",
         "title": "Adjust controls to regulate temperature, pressure, feed, or flow of liquids or gases and times of prescribed reactions, according to knowledge of equipment and processes.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12335",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12335",
         "title": "Monitor gauges, recording instruments, flowmeters, or products to ensure that specified conditions are maintained.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12340",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12340",
         "title": "Test product samples for specific gravity, chemical characteristics, pH levels, concentrations, or viscosities, or send them to laboratories for testing.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12338",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12338",
         "title": "Inspect equipment or units to detect leaks or malfunctions, shutting equipment down, if necessary.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12345",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/related/tasks/12345",
         "title": "Open valves or start pumps, agitators, reactors, blowers, or automatic feed of materials.",
         "importance": 87,
         "category": "Core"
      }
   ]
}