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-9052.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11850",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/related/tasks/11850",
         "title": "Set up service for customers, installing, connecting, testing, or adjusting equipment."
      },
      {
         "id": "11846",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/related/tasks/11846",
         "title": "Travel to customers' premises to install, maintain, or repair audio and visual electronic reception equipment or accessories."
      },
      {
         "id": "11849",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/related/tasks/11849",
         "title": "Measure signal strength at utility poles, using electronic test equipment."
      },
      {
         "id": "11847",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/related/tasks/11847",
         "title": "Inspect or test lines or cables, recording and analyzing test results, to assess transmission characteristics and locate faults or malfunctions."
      },
      {
         "id": "11848",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/related/tasks/11848",
         "title": "Splice cables, using hand tools, epoxy, or mechanical equipment."
      }
   ]
}