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-2121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11484",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11484",
         "title": "Read and interpret blueprints or specifications to determine size, shape, color, type, or thickness of glass, location of framing, installation procedures, or staging or scaffolding materials required.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11485",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11485",
         "title": "Determine plumb of walls or ceilings, using plumb lines and levels.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11496",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11496",
         "title": "Install pre-assembled metal or wood frameworks for windows or doors to be fitted with glass panels, using hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11486",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11486",
         "title": "Fabricate or install metal sashes or moldings for glass installation, using aluminum or steel framing.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11504",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11504",
         "title": "Operate cranes or hoists with suction cups to lift large, heavy pieces of glass.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11492",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11492",
         "title": "Set glass doors into frames and bolt metal hinges, handles, locks, or other hardware to attach doors to frames and walls.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11490",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11490",
         "title": "Cut, fit, install, repair, or replace glass or glass substitutes, such as plastic or aluminum, in building interiors or exteriors or in furniture or other products.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11495",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11495",
         "title": "Drive trucks to installation sites and unload mirrors, glass equipment, or tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11499",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11499",
         "title": "Load and arrange glass or mirrors onto delivery trucks, using suction cups or cranes to lift glass.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11487",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/related/tasks/11487",
         "title": "Measure mirrors and dimensions of areas to be covered to determine work procedures.",
         "importance": 76,
         "category": "Core"
      }
   ]
}