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/17-3022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1461",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1461",
         "title": "Calculate dimensions, square footage, profile and component specifications, and material quantities, using calculator or computer."
      },
      {
         "id": "1464",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1464",
         "title": "Read and review project blueprints and structural specifications to determine dimensions of structure or system and material requirements."
      },
      {
         "id": "1462",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1462",
         "title": "Draft detailed dimensional drawings and design layouts for projects to ensure conformance to specifications."
      },
      {
         "id": "1466",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1466",
         "title": "Confer with supervisor to determine project details such as plan preparation, acceptance testing, and evaluation of field conditions."
      },
      {
         "id": "1463",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3022.00/related/tasks/1463",
         "title": "Analyze proposed site factors and design maps, graphs, tracings, and diagrams to illustrate findings."
      }
   ]
}