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