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/49-2093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "11727",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11727",
         "title": "Inspect and test electrical systems and equipment to locate and diagnose malfunctions, using visual inspections, testing devices, and computer software.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11728",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11728",
         "title": "Reassemble and test equipment after repairs.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11732",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11732",
         "title": "Adjust, repair, or replace defective wiring and relays in ignition, lighting, air-conditioning, and safety control systems, using electrician's tools.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "11729",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11729",
         "title": "Splice wires with knives or cutting pliers, and solder connections to fixtures, outlets, and equipment.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "11731",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11731",
         "title": "Locate and remove or repair circuit defects such as blown fuses or malfunctioning transistors.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "11734",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11734",
         "title": "Maintain equipment service records.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "11733",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11733",
         "title": "Refer to schematics and manufacturers' specifications that show connections and provide instructions on how to locate problems.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "11738",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11738",
         "title": "Install fixtures, outlets, terminal boards, switches, and wall boxes, using hand tools.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "11730",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11730",
         "title": "Install new fuses, electrical cables, or power sources as required.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "11735",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2093.00/related/tasks/11735",
         "title": "Cut openings and drill holes for fixtures, outlet boxes, and fuse holders, using electric drills and routers.",
         "importance": 60,
         "category": "Core"
      }
   ]
}