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-3052.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20651",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/20651",
         "title": "Mount, balance, change, or check condition or pressure of tires."
      },
      {
         "id": "8353",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8353",
         "title": "Replace defective parts, using hand tools, arbor presses, flexible power presses, or power tools."
      },
      {
         "id": "8357",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8357",
         "title": "Dismantle engines and repair or replace defective parts, such as magnetos, carburetors, or generators."
      },
      {
         "id": "8354",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8354",
         "title": "Connect test panels to engines and measure generator output, ignition timing, or other engine performance indicators."
      },
      {
         "id": "8355",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3052.00/related/tasks/8355",
         "title": "Listen to engines, examine vehicle frames, or confer with customers to determine nature and extent of malfunction or damage."
      }
   ]
}