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