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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}