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-3023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23523",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23523",
         "title": "Inspect vehicles for damage and record findings so that necessary repairs can be made.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23522",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23522",
         "title": "Test drive vehicles and test components and systems, using equipment such as infrared engine analyzers, compression gauges, and computerized diagnostic devices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23524",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23524",
         "title": "Test and adjust repaired systems to meet manufacturers' performance specifications.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23525",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23525",
         "title": "Repair, reline, replace, and adjust brakes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23527",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23527",
         "title": "Review work orders and discuss work with supervisors.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23526",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23526",
         "title": "Estimate costs of vehicle repair.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23529",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23529",
         "title": "Confer with customers to obtain descriptions of vehicle problems and to discuss work to be performed and future repair requirements.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23530",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23530",
         "title": "Align vehicles' front ends.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23537",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23537",
         "title": "Align wheels, axles, frames, torsion bars, and steering mechanisms of automobiles, using special alignment equipment and wheel-balancing machines.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23532",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23532",
         "title": "Tear down, repair, and rebuild faulty assemblies, such as power systems, steering systems, and linkages.",
         "importance": 79,
         "category": "Core"
      }
   ]
}