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/49-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23552",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23552",
         "title": "Test electrical circuits or components for continuity, using electrical test equipment.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23557",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23557",
         "title": "Comply with all applicable standards, policies, or procedures, such as safety procedures or the maintenance of a clean work area.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23558",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23558",
         "title": "Study blueprints, design specifications, or manufacturers' recommendations to ascertain the configuration of heating or cooling equipment components and to ensure the proper installation of components.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23554",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23554",
         "title": "Discuss heating or cooling system malfunctions with users to isolate problems or to verify that repairs corrected malfunctions.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23555",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23555",
         "title": "Connect heating or air conditioning equipment to fuel, water, or refrigerant source to form complete circuit.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23565",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23565",
         "title": "Adjust system controls to settings recommended by manufacturer to balance system.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23568",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23568",
         "title": "Recommend, develop, or perform preventive or general maintenance procedures, such as cleaning, power-washing, or vacuuming equipment, oiling parts, or changing filters.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23562",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23562",
         "title": "Inspect and test systems to verify system compliance with plans and specifications or to detect and locate malfunctions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23553",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23553",
         "title": "Repair or replace defective equipment, components, or wiring.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23579",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9021.00/related/tasks/23579",
         "title": "Install or repair self-contained ground source heat pumps or hybrid ground or air source heat pumps to minimize carbon-based energy consumption and reduce carbon emissions.",
         "importance": 79,
         "category": "Core"
      }
   ]
}