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/49-9081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "17806",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17806",
         "title": "Troubleshoot or repair mechanical, hydraulic, or electrical malfunctions related to variable pitch systems, variable speed control systems, converter systems, or related components.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17809",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17809",
         "title": "Perform routine maintenance on wind turbine equipment, underground transmission systems, wind fields substations, or fiber optic sensing and control systems.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17808",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17808",
         "title": "Diagnose problems involving wind turbine generators or control systems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17811",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17811",
         "title": "Test electrical components of wind systems with devices, such as voltage testers, multimeters, oscilloscopes, infrared testers, or fiber optic equipment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17810",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17810",
         "title": "Start or restart wind turbine generator systems to ensure proper operations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17807",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17807",
         "title": "Climb wind turbine towers to inspect, maintain, or repair equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17815",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17815",
         "title": "Maintain tool and spare parts inventories required for repair, installation, or replacement services.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "17812",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17812",
         "title": "Test structures, controls, or mechanical, hydraulic, or electrical systems, according to test plans or in coordination with engineers.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "17817",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17817",
         "title": "Train end-users, distributors, installers, or other technicians in wind commissioning, testing, or other technical procedures.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "17814",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9081.00/related/tasks/17814",
         "title": "Collect turbine data for testing or research and analysis.",
         "importance": 71,
         "category": "Core"
      }
   ]
}