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-5023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13673",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/related/tasks/13673",
         "title": "Operate controls to stabilize machines and to position and align drills."
      },
      {
         "id": "13671",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/related/tasks/13671",
         "title": "Start, stop, and control drilling speed of machines and insertion of casings into holes."
      },
      {
         "id": "13668",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/related/tasks/13668",
         "title": "Regulate air pressure, rotary speed, and downward pressure, according to the type of rock or concrete being drilled."
      },
      {
         "id": "13674",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/related/tasks/13674",
         "title": "Select and attach drill bits and drill rods, adding more rods as hole depths increase, and changing drill bits as needed."
      },
      {
         "id": "13677",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5023.00/related/tasks/13677",
         "title": "Drive or guide truck-mounted equipment into position, level and stabilize rigs, and extend telescoping derricks."
      }
   ]
}