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-3092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20802",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/20802",
         "title": "Explain proper operation of vehicle systems to customers."
      },
      {
         "id": "10007",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10007",
         "title": "Locate and repair frayed wiring, broken connections, or incorrect wiring, using ohmmeters, soldering irons, tape, or hand tools."
      },
      {
         "id": "10005",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10005",
         "title": "Repair plumbing or propane gas lines, using caulking compounds and plastic or copper pipe."
      },
      {
         "id": "10008",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10008",
         "title": "Confer with customers, read work orders, or examine vehicles needing repair to determine the nature and extent of damage."
      },
      {
         "id": "10004",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10004",
         "title": "Examine or test operation of parts or systems to ensure completeness of repairs."
      }
   ]
}