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-2098.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "11761",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11761",
         "title": "Install, maintain, or repair security systems, alarm devices, or related equipment, following blueprints of electrical layouts and building plans.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11760",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11760",
         "title": "Mount and fasten control panels, door and window contacts, sensors, or video cameras, and attach electrical and telephone wiring to connect components.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11767",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11767",
         "title": "Demonstrate systems for customers and explain details, such as the causes and consequences of false alarms.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11765",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11765",
         "title": "Test and repair circuits and sensors, following wiring and system specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20799",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/20799",
         "title": "Feed cables through access holes, roof spaces, or cavity walls to reach fixture outlets, positioning and terminating cables, wires, or strapping.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11758",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11758",
         "title": "Examine systems to locate problems, such as loose connections or broken insulation.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20800",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/20800",
         "title": "Test backup batteries, keypad programming, sirens, or other security features to ensure proper functioning or to diagnose malfunctions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11766",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11766",
         "title": "Drill holes for wiring in wall studs, joists, ceilings, or floors.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11763",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11763",
         "title": "Inspect installation sites and study work orders, building plans, and installation manuals to determine materials requirements and installation procedures.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11768",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/related/tasks/11768",
         "title": "Consult with clients to assess risks and to determine security requirements.",
         "importance": 76,
         "category": "Core"
      }
   ]
}