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-2132.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "13554",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13554",
         "title": "Measure and cut insulation for covering surfaces, using tape measures, handsaws, knives, and scissors.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "13558",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13558",
         "title": "Apply, remove, and repair insulation on industrial equipment, pipes, ductwork, or other mechanical systems such as heat exchangers, tanks, and vessels, to help control noise and maintain temperatures.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13559",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13559",
         "title": "Select appropriate insulation, such as fiberglass, Styrofoam, or cork, based on the heat retaining or excluding characteristics of the material.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13555",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13555",
         "title": "Fit insulation around obstructions, and shape insulating materials and protective coverings as required.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13556",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13556",
         "title": "Determine the amounts and types of insulation needed, and methods of installation, based on factors such as location, surface shape, and equipment use.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13561",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13561",
         "title": "Cover, seal, or finish insulated surfaces or access holes with plastic covers, canvas strips, sealants, tape, cement, or asphalt mastic.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13557",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13557",
         "title": "Install sheet metal around insulated pipes with screws to protect the insulation from weather conditions or physical damage.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13560",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13560",
         "title": "Read blueprints and specifications to determine job requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13562",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tasks/13562",
         "title": "Prepare surfaces for insulation application by brushing or spreading on adhesives, cement, or asphalt, or by attaching metal pins to surfaces.",
         "importance": 78,
         "category": "Core"
      }
   ]
}