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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "23525",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/related/tasks/23525",
         "title": "Repair, reline, replace, and adjust brakes."
      },
      {
         "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."
      }
   ]
}