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-9051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8412",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8412",
         "title": "Adhere to safety practices and procedures, such as checking equipment regularly and erecting barriers around work areas.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8418",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8418",
         "title": "Drive vehicles equipped with tools and materials to job sites.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "8413",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8413",
         "title": "Open switches or attach grounding devices to remove electrical hazards from disturbed or fallen lines or to facilitate repairs.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "8414",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8414",
         "title": "Climb poles or use truck-mounted buckets to access equipment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "8416",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8416",
         "title": "Install, maintain, and repair electrical distribution and transmission systems, including conduits, cables, wires, and related equipment, such as transformers, circuit breakers, and switches.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8420",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8420",
         "title": "Inspect and test power lines and auxiliary equipment to locate and identify problems, using reading and testing instruments.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8419",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8419",
         "title": "Coordinate work assignment preparation and completion with other workers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8423",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8423",
         "title": "Replace or straighten damaged poles.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8421",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8421",
         "title": "String wire conductors and cables between poles, towers, trenches, pylons, and buildings, setting lines in place and using winches to adjust tension.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8425",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8425",
         "title": "Attach cross-arms, insulators, and auxiliary equipment to poles prior to installing them.",
         "importance": 84,
         "category": "Core"
      }
   ]
}