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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19401",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19401",
         "title": "Inspect completed work to ensure all hardware is tight, antennas are level, hangers are properly fastened, proper support is in place, or adequate weather proofing has been installed.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "19409",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19409",
         "title": "Run appropriate power, ground, or coaxial cables.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "19410",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19410",
         "title": "Test operation of tower transmission components, using sweep testing tools or software.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "19402",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19402",
         "title": "Install all necessary transmission equipment components, including antennas or antenna mounts, surge arrestors, transmission lines, connectors, or tower-mounted amplifiers (TMAs).",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "19407",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19407",
         "title": "Read work orders, blueprints, plans, datasheets or site drawings to determine work to be done.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "19408",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19408",
         "title": "Replace existing antennas with new antennas as directed.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "19398",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19398",
         "title": "Bolt equipment into place, using hand or power tools.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19404",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19404",
         "title": "Install, connect, or test underground or aboveground grounding systems.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19412",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19412",
         "title": "Complete reports related to project status, progress, or other work details, using computer software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "19399",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19399",
         "title": "Check antenna positioning to ensure specified azimuths or mechanical tilts and adjust as necessary.",
         "importance": 72,
         "category": "Core"
      }
   ]
}