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/17-2051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "19610",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/19610",
         "title": "Direct engineering activities, ensuring compliance with environmental, safety, or other governmental regulations."
      },
      {
         "id": "20490",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20490",
         "title": "Manage and direct the construction, operations, or maintenance activities at project site."
      },
      {
         "id": "148",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/148",
         "title": "Inspect project sites to monitor progress and ensure conformance to design specifications and safety or sanitation standards."
      },
      {
         "id": "147",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/147",
         "title": "Compute load and grade requirements, water flow rates, or material stress factors to determine design specifications."
      },
      {
         "id": "20491",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20491",
         "title": "Plan and design transportation or hydraulic systems or structures, using computer-assisted design or drawing tools."
      }
   ]
}