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-9012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11780",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/related/tasks/11780",
         "title": "Record maintenance information, including test results, material usage, and repairs made."
      },
      {
         "id": "11779",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/related/tasks/11779",
         "title": "Disassemble and repair mechanical control devices or valves, such as regulators, thermostats, or hydrants, using power tools, hand tools, and cutting torches."
      },
      {
         "id": "11782",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/related/tasks/11782",
         "title": "Lubricate wearing surfaces of mechanical parts, using oils or other lubricants."
      },
      {
         "id": "21024",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/related/tasks/21024",
         "title": "Calibrate instrumentation, such as meters, gauges, and regulators, for pressure, temperature, flow, and level."
      },
      {
         "id": "11794",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9012.00/related/tasks/11794",
         "title": "Install, inspect and test electric meters, relays, and power sources to detect causes of malfunctions and inaccuracies, using hand tools and testing equipment."
      }
   ]
}