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/13-1051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "80",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/80",
         "title": "Analyze blueprints and other documentation to prepare time, cost, materials, and labor estimates."
      },
      {
         "id": "83",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/83",
         "title": "Confer with engineers, architects, owners, contractors, and subcontractors on changes and adjustments to cost estimates."
      },
      {
         "id": "20846",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/20846",
         "title": "Collect historical cost data to estimate costs for current or future products."
      },
      {
         "id": "81",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/81",
         "title": "Assess cost effectiveness of products, projects or services, tracking actual costs relative to bids as the project develops."
      },
      {
         "id": "82",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/82",
         "title": "Consult with clients, vendors, personnel in other departments, or construction foremen to discuss and formulate estimates and resolve issues."
      }
   ]
}