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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2875",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2875",
         "title": "Connect wires to circuit breakers, transformers, or other components.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2879",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2879",
         "title": "Maintain current electrician's license or identification card to meet governmental regulations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2880",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2880",
         "title": "Plan layout and installation of electrical wiring, equipment, or fixtures, based on job specifications and local codes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2881",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2881",
         "title": "Direct or train workers to install, maintain, or repair electrical wiring, equipment, or fixtures.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2111.00/related/tasks/2878",
         "title": "Test electrical systems or continuity of circuits in electrical wiring, equipment, or fixtures, using testing devices, such as ohmmeters, voltmeters, or oscilloscopes, to ensure compatibility and safety of system.",
         "importance": 78,
         "category": "Core"
      }
   ]
}