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-9196.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12678",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12678",
         "title": "Examine completed work to detect defects and verify conformance to work orders, and adjust machinery as necessary to correct production problems."
      },
      {
         "id": "12683",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12683",
         "title": "Observe operation of various machines to detect and correct machine malfunctions such as improper forming, glue flow, or pasteboard tension."
      },
      {
         "id": "12679",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12679",
         "title": "Start machines and move controls to regulate tension on pressure rolls, to synchronize speed of machine components, and to adjust temperatures of glue or paraffin."
      },
      {
         "id": "12689",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12689",
         "title": "Disassemble machines to maintain, repair, or replace broken or worn parts, using hand or power tools."
      },
      {
         "id": "12681",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/related/tasks/12681",
         "title": "Install attachments to machines for gluing, folding, printing, or cutting."
      }
   ]
}