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/47-4011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "20447",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/20447",
         "title": "Approve building plans that meet required specifications.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "871",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/871",
         "title": "Review and interpret plans, blueprints, site layouts, specifications, or construction methods to ensure compliance to legal requirements and safety regulations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "875",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/875",
         "title": "Issue permits for construction, relocation, demolition, or occupancy.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "869",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/869",
         "title": "Inspect bridges, dams, highways, buildings, wiring, plumbing, electrical circuits, sewers, heating systems, or foundations during and after construction for structural quality, general safety, or conformance to specifications and codes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/878",
         "title": "Monitor installation of plumbing, wiring, equipment, or appliances to ensure that installation is performed properly and is in compliance with applicable regulations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/872",
         "title": "Inspect and monitor construction sites to ensure adherence to safety standards, building codes, or specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20446",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/20446",
         "title": "Confer with owners, violators, or authorities to explain regulations or recommend remedial actions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "873",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/873",
         "title": "Measure dimensions and verify level, alignment, or elevation of structures or fixtures to ensure compliance to building plans and codes.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "870",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/870",
         "title": "Maintain daily logs and supplement inspection records with photographs.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "20445",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/related/tasks/20445",
         "title": "Conduct inspections, using survey instruments, metering devices, tape measures, or test equipment.",
         "importance": 68,
         "category": "Core"
      }
   ]
}