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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "20340",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20340",
         "title": "Direct and supervise construction or related workers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3314",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/3314",
         "title": "Confer with supervisory personnel, owners, contractors, or design professionals to discuss and resolve matters, such as work procedures, complaints, or construction problems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3315",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/3315",
         "title": "Plan, organize, or direct activities concerned with the construction or maintenance of structures, facilities, or systems.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3323",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/3323",
         "title": "Study job specifications to determine appropriate construction methods.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3318",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/3318",
         "title": "Inspect or review projects to monitor compliance with building and safety codes or other regulations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20333",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/related/tasks/20333",
         "title": "Investigate damage, accidents, or delays at construction sites to ensure that proper construction procedures are being followed.",
         "importance": 75,
         "category": "Core"
      }
   ]
}