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-9111.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-9111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3142",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3142",
         "title": "Attach identification labels to finished packaged items, or cut stencils and stencil information on containers, such as lot numbers or shipping destinations."
      },
      {
         "id": "3134",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3134",
         "title": "Sort, grade, weigh, and inspect products, verifying and adjusting product weight or measurement to meet specifications."
      },
      {
         "id": "3129",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3129",
         "title": "Stop or reset machines when malfunctions occur, clear machine jams, and report malfunctions to a supervisor."
      },
      {
         "id": "3124",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3124",
         "title": "Observe machine operations to ensure quality and conformity of filled or packaged products to standards."
      },
      {
         "id": "3127",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9111.00/related/tasks/3127",
         "title": "Remove finished packaged items from machine and separate rejected items."
      }
   ]
}