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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20291",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/related/tasks/20291",
         "title": "Inspect work progress, equipment, or construction sites to verify safety or to ensure that specifications are met."
      },
      {
         "id": "11424",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/related/tasks/11424",
         "title": "Read specifications, such as blueprints, to determine construction requirements or to plan procedures."
      },
      {
         "id": "11426",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/related/tasks/11426",
         "title": "Supervise, coordinate, or schedule the activities of construction or extractive workers."
      },
      {
         "id": "11432",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/related/tasks/11432",
         "title": "Assign work to employees, based on material or worker requirements of specific jobs."
      },
      {
         "id": "11428",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-1011.00/related/tasks/11428",
         "title": "Coordinate work activities with other construction project activities."
      }
   ]
}