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/47-5044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23501",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23501",
         "title": "Handle high voltage sources and hang electrical cables."
      },
      {
         "id": "23498",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23498",
         "title": "Drive loaded shuttle cars to ramps and move controls to discharge loads into mine cars or onto conveyors."
      },
      {
         "id": "15183",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15183",
         "title": "Pry off loose material from roofs and move it into the paths of machines, using crowbars."
      },
      {
         "id": "15184",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/15184",
         "title": "Move trailing electrical cables clear of obstructions, using rubber safety gloves."
      },
      {
         "id": "23496",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5044.00/related/tasks/23496",
         "title": "Control conveyors that run the entire length of shuttle cars to distribute loads as loading progresses."
      }
   ]
}