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/11-9199.09/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15822",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15822",
         "title": "Supervise employees or subcontractors to ensure quality of work or adherence to safety regulations or policies."
      },
      {
         "id": "15808",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15808",
         "title": "Train or coordinate the training of employees in operations, safety, environmental issues, or technical issues."
      },
      {
         "id": "15809",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15809",
         "title": "Track and maintain records for wind operations, such as site performance, downtime events, parts usage, or substation events."
      },
      {
         "id": "15823",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15823",
         "title": "Oversee the maintenance of wind field equipment or structures, such as towers, transformers, electrical collector systems, roadways, or other site assets."
      },
      {
         "id": "15821",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15821",
         "title": "Prepare wind field operational budgets."
      }
   ]
}