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/17-2141.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16438",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16438",
         "title": "Conduct or direct system-level automotive testing."
      },
      {
         "id": "16428",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16428",
         "title": "Provide technical direction to other engineers or engineering support personnel."
      },
      {
         "id": "16429",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16429",
         "title": "Perform failure, variation, or root cause analyses."
      },
      {
         "id": "16434",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16434",
         "title": "Calibrate vehicle systems, including control algorithms or other software systems."
      },
      {
         "id": "16437",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16437",
         "title": "Design or analyze automobile systems in areas such as aerodynamics, alternate fuels, ergonomics, hybrid power, brakes, transmissions, steering, calibration, safety, or diagnostics."
      }
   ]
}