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-9032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12417",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12417",
         "title": "Set up, operate, or tend machines that cut or slice materials, such as glass, stone, cork, rubber, tobacco, food, paper, or insulating material."
      },
      {
         "id": "12419",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12419",
         "title": "Review work orders, blueprints, specifications, or job samples to determine components, settings, and adjustments for cutting and slicing machines."
      },
      {
         "id": "12416",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12416",
         "title": "Examine, measure, and weigh materials or products to verify conformance to specifications, using measuring devices, such as rulers, micrometers, or scales."
      },
      {
         "id": "12422",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12422",
         "title": "Press buttons, pull levers, or depress pedals to start and operate cutting and slicing machines."
      },
      {
         "id": "12426",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/related/tasks/12426",
         "title": "Start machines to verify setups, and make any necessary adjustments."
      }
   ]
}