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/41-4011.07/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17655",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/related/tasks/17655",
         "title": "Prepare proposals, quotes, contracts, or presentations for potential solar customers."
      },
      {
         "id": "17656",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/related/tasks/17656",
         "title": "Select solar energy products, systems, or services for customers based on electrical energy requirements, site conditions, price, or other factors."
      },
      {
         "id": "17663",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/related/tasks/17663",
         "title": "Provide customers with information, such as quotes, orders, sales, shipping, warranties, credit, funding options, incentives, or tax rebates."
      },
      {
         "id": "17661",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/related/tasks/17661",
         "title": "Gather information from prospective customers to identify their solar energy needs."
      },
      {
         "id": "17658",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/related/tasks/17658",
         "title": "Calculate potential solar resources or solar array production for a particular site considering issues such as climate, shading, and roof orientation."
      }
   ]
}