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-2131.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "task": [
      {
         "id": "13545",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13545",
         "title": "Measure and cut insulation for covering surfaces, using tape measures, handsaws, power saws, knives, or scissors.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13547",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13547",
         "title": "Fit, wrap, staple, or glue insulating materials to structures or surfaces, using hand tools or wires.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13546",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13546",
         "title": "Cover and line structures with blown or rolled forms of materials to insulate against cold, heat, or moisture, using saws, knives, rasps, trowels, blowers, or other tools and implements.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13549",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13549",
         "title": "Distribute insulating materials evenly into small spaces within floors, ceilings, or walls, using blowers and hose attachments, or cement mortars.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13551",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13551",
         "title": "Move controls, buttons, or levers to start blowers and regulate flow of materials through nozzles.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "13550",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13550",
         "title": "Fill blower hoppers with insulating materials.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "13548",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13548",
         "title": "Cover, seal, or finish insulated surfaces or access holes with plastic covers, canvas strips, sealants, tape, cement or asphalt mastic.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "13544",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13544",
         "title": "Read blueprints, and select appropriate insulation, based on space characteristics and the heat retaining or excluding characteristics of the material.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "13553",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13553",
         "title": "Remove old insulation, such as asbestos, following safety procedures.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "13552",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13552",
         "title": "Prepare surfaces for insulation application by brushing or spreading on adhesives, cement, or asphalt, or by attaching metal pins to surfaces.",
         "importance": 59,
         "category": "Core"
      }
   ]
}