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-2211.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "5177",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5177",
         "title": "Maintain equipment, making repairs or modifications when necessary.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "19858",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/19858",
         "title": "Fabricate ducts for high efficiency heating, ventilating, and air conditioning (HVAC) systems to maximize efficiency of systems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5173",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5173",
         "title": "Fasten seams or joints together with welds, bolts, cement, rivets, solder, caulks, metal drive clips, or bonds to assemble components into products or to repair sheet metal items.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5179",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5179",
         "title": "Transport prefabricated parts to construction sites for assembly and installation.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5170",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5170",
         "title": "Install assemblies, such as flashing, pipes, tubes, heating and air conditioning ducts, furnace casings, rain gutters, or downspouts in supportive frameworks.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18782",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/18782",
         "title": "Hire, train, or supervise new employees or apprentices.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20639",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/20639",
         "title": "Lay out, measure, and mark dimensions and reference lines on material, such as roofing panels, using calculators, scribes, dividers, squares, or rulers.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "5174",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5174",
         "title": "Fabricate or alter parts at construction sites, using shears, hammers, punches, or drills.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20638",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/20638",
         "title": "Determine project requirements, such as scope, assembly sequences, or required methods or materials, using blueprints, drawings, or written or verbal instructions.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20641",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/20641",
         "title": "Maneuver completed roofing units into position for installation.",
         "importance": 72,
         "category": "Core"
      }
   ]
}