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-9191.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12607",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12607",
         "title": "Align and position materials being joined to ensure accurate application of adhesive or heat sealing."
      },
      {
         "id": "12598",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12598",
         "title": "Adjust machine components according to specifications such as widths, lengths, and thickness of materials and amounts of glue, cement, or adhesive required."
      },
      {
         "id": "12599",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12599",
         "title": "Monitor machine operations to detect malfunctions and report or resolve problems."
      },
      {
         "id": "12604",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12604",
         "title": "Start machines, and turn valves or move controls to feed, admit, apply, or transfer materials and adhesives, and to adjust temperature, pressure, and time settings."
      },
      {
         "id": "12601",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/related/tasks/12601",
         "title": "Fill machines with glue, cement, or adhesives."
      }
   ]
}