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-9192.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14368",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14368",
         "title": "Add specified amounts of chemicals to equipment at required times to maintain solution levels and concentrations."
      },
      {
         "id": "14372",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14372",
         "title": "Observe machine operations, gauges, or thermometers, and adjust controls to maintain specified conditions."
      },
      {
         "id": "14373",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14373",
         "title": "Set controls to regulate temperature and length of cycles, and start conveyors, pumps, agitators, and machines."
      },
      {
         "id": "14369",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14369",
         "title": "Drain, clean, and refill machines or tanks at designated intervals, using cleaning solutions or water."
      },
      {
         "id": "14367",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/related/tasks/14367",
         "title": "Operate or tend machines to wash and remove impurities from items such as barrels or kegs, glass products, tin plate surfaces, dried fruit, pulp, animal stock, coal, manufactured articles, plastic, or rubber."
      }
   ]
}