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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/details/tasks?start=11&end=15",
   "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "17729",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17729",
         "title": "Coordinate or schedule building inspections for solar installation projects.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "17731",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17731",
         "title": "Perform start-up of systems for testing or customer implementation.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "17737",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17737",
         "title": "Identify means to reduce costs, minimize risks, or increase efficiency of solar installation projects.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17728",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17728",
         "title": "Assess system performance or functionality at the system, subsystem, and component levels.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17727",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/related/tasks/17727",
         "title": "Assess potential solar installation sites to determine feasibility and design requirements.",
         "importance": 69,
         "category": "Core"
      }
   ]
}