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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 9,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/summary/tasks?start=6&end=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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}