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-8091.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-8091.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "10494",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10494",
         "title": "Monitor recording instruments, flowmeters, panel lights, or other indicators and listen for warning signals to verify conformity of process conditions.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "10499",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10499",
         "title": "Regulate or shut down equipment during emergency situations, as directed by supervisory personnel.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "10495",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10495",
         "title": "Control or operate chemical processes or systems of machines, using panelboards, control boards, or semi-automatic equipment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "10493",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10493",
         "title": "Move control settings to make necessary adjustments on equipment units affecting speeds of chemical reactions, quality, or yields.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10504",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10504",
         "title": "Inspect operating units, such as towers, soap-spray storage tanks, scrubbers, collectors, or driers to ensure that all are functioning and to maintain maximum efficiency.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10498",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10498",
         "title": "Draw samples of products and conduct quality control tests to monitor processing and to ensure that standards are met.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10496",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10496",
         "title": "Record operating data, such as process conditions, test results, or instrument readings.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10502",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10502",
         "title": "Patrol work areas to ensure that solutions in tanks or troughs are not in danger of overflowing.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10506",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10506",
         "title": "Turn valves to regulate flow of products or byproducts through agitator tanks, storage drums, or neutralizer tanks.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10501",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/tasks/10501",
         "title": "Interpret chemical reactions visible through sight glasses or on television monitors and review laboratory test reports for process adjustments.",
         "importance": 87,
         "category": "Core"
      }
   ]
}