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-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21917",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21917",
         "title": "Produce drawings, using computer-assisted drafting systems (CAD) or drafting machines, or by hand, using compasses, dividers, protractors, triangles, and other drafting devices."
      },
      {
         "id": "21918",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21918",
         "title": "Draft plans and detailed drawings for structures, installations, and construction projects, such as highways, sewage disposal systems, and dikes, working from sketches or notes."
      },
      {
         "id": "21919",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21919",
         "title": "Coordinate structural, electrical, and mechanical designs and determine a method of presentation to graphically represent building plans."
      },
      {
         "id": "21920",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21920",
         "title": "Analyze building codes, by-laws, space and site requirements, and other technical documents and reports to determine their effect on architectural designs."
      },
      {
         "id": "21921",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21921",
         "title": "Draw maps, diagrams, and profiles, using cross-sections and surveys, to represent elevations, topographical contours, subsurface formations, and structures."
      }
   ]
}