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