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-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11624",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11624",
         "title": "Reassemble machines after making repairs or replacing parts."
      },
      {
         "id": "11623",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11623",
         "title": "Converse with customers to determine details of equipment problems."
      },
      {
         "id": "11639",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11639",
         "title": "Disassemble machines to examine parts, such as wires, gears, or bearings for wear or defects, using hand or power tools and measuring devices."
      },
      {
         "id": "11627",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11627",
         "title": "Advise customers concerning equipment operation, maintenance, or programming."
      },
      {
         "id": "11635",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11635",
         "title": "Align, adjust, or calibrate equipment according to specifications."
      }
   ]
}