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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "90",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/90",
         "title": "Establish and maintain tendering process, and conduct negotiations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "85",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/85",
         "title": "Prepare estimates for use in selecting vendors or subcontractors.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "84",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/84",
         "title": "Prepare estimates used by management for purposes such as planning, organizing, and scheduling work.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "89",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/89",
         "title": "Set up cost monitoring and reporting systems and procedures.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "86",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/related/tasks/86",
         "title": "Review material and labor requirements to decide whether it is more cost-effective to produce or purchase components.",
         "importance": 69,
         "category": "Core"
      }
   ]
}