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-4021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11571",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11571",
         "title": "Inspect wiring connections, control panel hookups, door installations, and alignments and clearances of cars and hoistways to ensure that equipment will operate properly."
      },
      {
         "id": "11564",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11564",
         "title": "Assemble, install, repair, and maintain elevators, escalators, moving sidewalks, and dumbwaiters, using hand and power tools, and testing devices such as test lamps, ammeters, and voltmeters."
      },
      {
         "id": "11572",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11572",
         "title": "Disassemble defective units, and repair or replace parts such as locks, gears, cables, and electric wiring."
      },
      {
         "id": "11567",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11567",
         "title": "Check that safety regulations and building codes are met, and complete service reports verifying conformance to standards."
      },
      {
         "id": "11566",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11566",
         "title": "Locate malfunctions in brakes, motors, switches, and signal and control systems, using test equipment."
      }
   ]
}