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-3022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "1461",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1461",
         "title": "Calculate dimensions, square footage, profile and component specifications, and material quantities, using calculator or computer.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1464",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1464",
         "title": "Read and review project blueprints and structural specifications to determine dimensions of structure or system and material requirements.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1462",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1462",
         "title": "Draft detailed dimensional drawings and design layouts for projects to ensure conformance to specifications.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1466",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1466",
         "title": "Confer with supervisor to determine project details such as plan preparation, acceptance testing, and evaluation of field conditions.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1463",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1463",
         "title": "Analyze proposed site factors and design maps, graphs, tracings, and diagrams to illustrate findings.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1465",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1465",
         "title": "Prepare reports and document project activities and data.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1470",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1470",
         "title": "Report maintenance problems occurring at project site to supervisor and negotiate changes to resolve system conflicts.",
         "importance": 59,
         "category": "Core"
      },
      {
         "id": "1467",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1467",
         "title": "Inspect project site and evaluate contractor work to detect design malfunctions and ensure conformance to design specifications and applicable codes.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "1471",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1471",
         "title": "Conduct materials test and analysis, using tools and equipment and applying engineering knowledge.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "1469",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1469",
         "title": "Develop plans and estimate costs for installation of systems, utilization of facilities, or construction of structures.",
         "importance": 75,
         "category": "Supplemental"
      }
   ]
}