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/11-9021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20332",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20332",
         "title": "Plan, schedule, or coordinate construction project activities to meet deadlines."
      },
      {
         "id": "3326",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/3326",
         "title": "Prepare and submit budget estimates, progress reports, or cost tracking reports."
      },
      {
         "id": "20336",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20336",
         "title": "Interpret and explain plans and contract terms to representatives of the owner or developer, including administrative staff, workers, or clients."
      },
      {
         "id": "20340",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20340",
         "title": "Direct and supervise construction or related workers."
      },
      {
         "id": "20334",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20334",
         "title": "Prepare contracts or negotiate revisions to contractual agreements with architects, consultants, clients, suppliers, or subcontractors."
      }
   ]
}