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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/details/tasks?start=11&end=20",
   "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16429",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16429",
         "title": "Perform failure, variation, or root cause analyses.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16423",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16423",
         "title": "Prepare or present technical or project status reports.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16426",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16426",
         "title": "Conduct research studies to develop new concepts in the field of automotive engineering.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16422",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16422",
         "title": "Establish production or quality control standards.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16436",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/16436",
         "title": "Alter or modify designs to obtain specified functional or operational performance.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "19638",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/related/tasks/19638",
         "title": "Research or implement green automotive technologies involving alternative fuels, electric or hybrid cars, or lighter or more fuel-efficient vehicles.",
         "importance": 68,
         "category": "Core"
      }
   ]
}