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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2098.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}