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-2152.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17782",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17782",
         "title": "Test operation or functionality of mechanical, plumbing, electrical, and control systems.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17784",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17784",
         "title": "Apply weather seal, such as pipe flashings and sealants, to roof penetrations and structural devices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17780",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17780",
         "title": "Install solar collector mounting devices on tile, asphalt, shingle, or built-up gravel roofs, using appropriate materials and penetration methods.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17775",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17775",
         "title": "Install copper or plastic plumbing using pipes, fittings, pipe cutters, acetylene torches, solder, wire brushes, sand cloths, flux, plastic pipe cleaners, or plastic glue.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17773",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17773",
         "title": "Identify plumbing, electrical, environmental, or safety hazards associated with solar thermal installations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17786",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17786",
         "title": "Demonstrate start-up, shut-down, maintenance, diagnostic, and safety procedures to thermal system owners.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17774",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17774",
         "title": "Install circulating pumps using pipe, fittings, soldering equipment, electrical supplies, and hand tools.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17776",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17776",
         "title": "Install flat-plat, evacuated glass, or concentrating solar collectors on mounting devices, using brackets or struts.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17781",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17781",
         "title": "Install solar thermal system controllers and sensors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "17772",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.04/related/tasks/17772",
         "title": "Fill water tanks and check tanks, pipes, and fittings for leaks.",
         "importance": 79,
         "category": "Core"
      }
   ]
}