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-9023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12397",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12397",
         "title": "Weigh or measure materials, ingredients, or products to ensure conformance to requirements."
      },
      {
         "id": "12410",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12410",
         "title": "Read work orders to determine production specifications or information."
      },
      {
         "id": "12402",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12402",
         "title": "Observe production or monitor equipment to ensure safe and efficient operation."
      },
      {
         "id": "20682",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/20682",
         "title": "Mix or blend ingredients by starting machines and mixing for specified times."
      },
      {
         "id": "12403",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/related/tasks/12403",
         "title": "Stop mixing or blending machines when specified product qualities are obtained and open valves and start pumps to transfer mixtures."
      }
   ]
}