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