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/47-2111.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2882",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2882",
         "title": "Prepare sketches or follow blueprints to determine the location of wiring or equipment and to ensure conformance to building and safety codes."
      },
      {
         "id": "2888",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2888",
         "title": "Place conduit, pipes, or tubing, inside designated partitions, walls, or other concealed areas, and pull insulated wires or cables through the conduit to complete circuits between boxes."
      },
      {
         "id": "2887",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2887",
         "title": "Work from ladders, scaffolds, or roofs to install, maintain, or repair electrical wiring, equipment, or fixtures."
      },
      {
         "id": "2883",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2883",
         "title": "Use a variety of tools or equipment, such as power construction equipment, measuring devices, power tools, and testing equipment, such as oscilloscopes, ammeters, or test lamps."
      },
      {
         "id": "2873",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2873",
         "title": "Assemble, install, test, or maintain electrical or electronic wiring, equipment, appliances, apparatus, or fixtures, using hand tools or power tools."
      }
   ]
}