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-9198.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12699",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/related/tasks/12699",
         "title": "Load and unload items from machines, conveyors, and conveyances."
      },
      {
         "id": "12693",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/related/tasks/12693",
         "title": "Operate machinery used in the production process, or assist machine operators."
      },
      {
         "id": "12706",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/related/tasks/12706",
         "title": "Place products in equipment or on work surfaces for further processing, inspecting, or wrapping."
      },
      {
         "id": "12694",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/related/tasks/12694",
         "title": "Examine products to verify conformance to quality standards."
      },
      {
         "id": "12703",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9198.00/related/tasks/12703",
         "title": "Start machines or equipment to begin production processes."
      }
   ]
}