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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/details/tasks?start=11&end=16",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15821",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15821",
         "title": "Prepare wind field operational budgets.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15819",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15819",
         "title": "Develop relationships and communicate with customers, site managers, developers, land owners, authorities, utility representatives, or residents.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15813",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15813",
         "title": "Maintain operations records, such as work orders, site inspection forms, or other documentation.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15815",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15815",
         "title": "Recruit or select wind operations employees, contractors, or subcontractors.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15810",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15810",
         "title": "Provide technical support to wind field customers, employees, or subcontractors.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "15817",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.09/related/tasks/15817",
         "title": "Estimate costs associated with operations, including repairs or preventive maintenance.",
         "importance": 75,
         "category": "Core"
      }
   ]
}