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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "11569",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11569",
         "title": "Adjust safety controls, counterweights, door mechanisms, and components such as valves, ratchets, seals, and brake linings.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11570",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11570",
         "title": "Read and interpret blueprints to determine the layout of system components, frameworks, and foundations, and to select installation equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11576",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11576",
         "title": "Connect car frames to counterweights, using steel cables.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11573",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11573",
         "title": "Maintain log books that detail all repairs and checks performed.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11568",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4021.00/related/tasks/11568",
         "title": "Connect electrical wiring to control panels and electric motors.",
         "importance": 84,
         "category": "Core"
      }
   ]
}