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