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-1011.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17725",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17725",
         "title": "Plan and coordinate installations of photovoltaic (PV) solar and solar thermal systems to ensure conformance to codes."
      },
      {
         "id": "17726",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17726",
         "title": "Supervise solar installers, technicians, and subcontractors for solar installation projects to ensure compliance with safety standards."
      },
      {
         "id": "17735",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17735",
         "title": "Estimate materials, equipment, and personnel needed for residential or commercial solar installation projects."
      },
      {
         "id": "17738",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17738",
         "title": "Prepare solar installation project proposals, quotes, budgets, or schedules."
      },
      {
         "id": "17732",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17732",
         "title": "Provide technical assistance to installers, technicians, or other solar professionals in areas such as solar electric systems, solar thermal systems, electrical systems, or mechanical systems."
      }
   ]
}