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-9193.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8544",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/related/tasks/8544",
         "title": "Record temperatures, amounts of materials processed, or test results on report forms."
      },
      {
         "id": "8543",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/related/tasks/8543",
         "title": "Monitor pressure gauges, ammeters, flowmeters, thermometers, or products, and adjust controls to maintain specified conditions, such as feed rate, product consistency, temperature, air pressure, and machine speed."
      },
      {
         "id": "8545",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/related/tasks/8545",
         "title": "Read dials and gauges on panel control boards to ascertain temperatures, alkalinities, and densities of mixtures, and turn valves to obtain specified mixtures."
      },
      {
         "id": "8547",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/related/tasks/8547",
         "title": "Start machinery, such as pumps, feeders, or conveyors, and turn valves to heat, admit, or transfer products, refrigerants, or mixes."
      },
      {
         "id": "8546",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/related/tasks/8546",
         "title": "Correct machinery malfunctions by performing actions such as removing jams, and inform supervisors of malfunctions as necessary."
      }
   ]
}