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/17-2199.11/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "16575",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16575",
         "title": "Conduct engineering site audits to collect structural, electrical, and related site information for use in the design of residential or commercial solar power systems.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "16571",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16571",
         "title": "Create plans for solar energy system development, monitoring, and evaluation activities.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "16574",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16574",
         "title": "Design or coordinate design of photovoltaic (PV) or solar thermal systems, including system components, for residential and commercial buildings.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16568",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16568",
         "title": "Provide technical direction or support to installation teams during installation, start-up, testing, system commissioning, or performance monitoring.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16572",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16572",
         "title": "Create electrical single-line diagrams, panel schedules, or connection diagrams for solar electric systems, using computer-aided design (CAD) software.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16569",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16569",
         "title": "Perform computer simulation of solar photovoltaic (PV) generation system performance or energy production to optimize efficiency.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16564",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16564",
         "title": "Review specifications and recommend engineering or manufacturing changes to achieve solar design objectives.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "16570",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16570",
         "title": "Develop design specifications and functional requirements for residential, commercial, or industrial solar energy systems or components.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16566",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16566",
         "title": "Develop standard operation procedures and quality or safety standards for solar installation work.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "16573",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.11/related/tasks/16573",
         "title": "Create checklists for review or inspection of completed solar installation projects.",
         "importance": 64,
         "category": "Core"
      }
   ]
}