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-2181.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13574",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13574",
         "title": "Inspect problem roofs to determine the best repair procedures.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "13586",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13586",
         "title": "Remove snow, water, or debris from roofs prior to applying roofing materials.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13575",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13575",
         "title": "Set up scaffolding to provide safe access to roofs.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20793",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/20793",
         "title": "Estimate materials and labor required to complete roofing jobs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13578",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13578",
         "title": "Cement or nail flashing strips of metal or shingle over joints to make them watertight.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13584",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13584",
         "title": "Install partially overlapping layers of material over roof insulation surfaces, using chalk lines, gauges on shingling hatchets, or lines on shingles.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13580",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13580",
         "title": "Cut felt, shingles, or strips of flashing to fit angles formed by walls, vents, or intersecting roof surfaces.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13592",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13592",
         "title": "Apply plastic coatings, membranes, fiberglass, or felt over sloped roofs before applying shingles.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13579",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/13579",
         "title": "Install, repair, or replace single-ply roofing systems, using waterproof sheet materials such as modified plastics, elastomeric, or other asphaltic compositions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20794",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2181.00/related/tasks/20794",
         "title": "Attach roofing paper to roofs in overlapping strips to form bases for other materials.",
         "importance": 75,
         "category": "Core"
      }
   ]
}