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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "19409",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/related/tasks/19409",
         "title": "Run appropriate power, ground, or coaxial cables."
      },
      {
         "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."
      },
      {
         "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)."
      },
      {
         "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."
      }
   ]
}