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/47-2221.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11544",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/related/tasks/11544",
         "title": "Read specifications or blueprints to determine the locations, quantities, or sizes of materials required."
      },
      {
         "id": "11546",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/related/tasks/11546",
         "title": "Connect columns, beams, and girders with bolts, following blueprints and instructions from supervisors."
      },
      {
         "id": "11548",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/related/tasks/11548",
         "title": "Bolt aligned structural steel members in position for permanent riveting, bolting, or welding into place."
      },
      {
         "id": "11553",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/related/tasks/11553",
         "title": "Fasten structural steel members to hoist cables, using chains, cables, or rope."
      },
      {
         "id": "20795",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2221.00/related/tasks/20795",
         "title": "Hoist steel beams, girders, or columns into place, using cranes or signaling hoisting equipment operators to lift and position structural steel members."
      }
   ]
}