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-2231.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17742",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17742",
         "title": "Install photovoltaic (PV) systems in accordance with codes and standards, using drawings, schematics, and instructions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17746",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17746",
         "title": "Check electrical installation for proper wiring, polarity, grounding, or integrity of terminations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17753",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17753",
         "title": "Identify electrical, environmental, and safety hazards associated with photovoltaic (PV) installations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17754",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17754",
         "title": "Identify installation locations with proper orientation, area, solar access, or structural integrity for photovoltaic (PV) arrays.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17740",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17740",
         "title": "Assemble solar modules, panels, or support structures, as specified.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17745",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17745",
         "title": "Apply weather sealing to array, building, or support mechanisms.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17756",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17756",
         "title": "Install module array interconnect wiring, implementing measures to disable arrays during installation.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17757",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17757",
         "title": "Install required labels on solar system components and hardware.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17750",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17750",
         "title": "Diagram layouts and locations for photovoltaic (PV) arrays and equipment, including existing building or site features.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17765",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2231.00/related/tasks/17765",
         "title": "Determine materials, equipment, and installation sequences necessary to maximize installation efficiency.",
         "importance": 84,
         "category": "Core"
      }
   ]
}