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-9071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20671",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20671",
         "title": "Perform routine maintenance, such as inspecting drives, motors, or belts, checking fluid levels, replacing filters, or doing other preventive maintenance actions."
      },
      {
         "id": "3024",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3024",
         "title": "Inspect, operate, or test machinery or equipment to diagnose machine malfunctions."
      },
      {
         "id": "3030",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/3030",
         "title": "Adjust functional parts of devices or control instruments, using hand tools, levels, plumb bobs, or straightedges."
      },
      {
         "id": "20672",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20672",
         "title": "Repair machines, equipment, or structures, using tools such as hammers, hoists, saws, drills, wrenches, or equipment such as precision measuring instruments or electrical or electronic testing devices."
      },
      {
         "id": "20674",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/related/tasks/20674",
         "title": "Order parts, supplies, or equipment from catalogs or suppliers."
      }
   ]
}