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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21922",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21922",
         "title": "Lay out and plan interior room arrangements for commercial buildings, using computer-assisted drafting (CAD) equipment and software.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21923",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21923",
         "title": "Supervise and train other technologists, technicians, and drafters.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21924",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21924",
         "title": "Determine the order of work and method of presentation, such as orthographic or isometric drawing.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21925",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21925",
         "title": "Finish and duplicate drawings and documentation packages according to required mediums and specifications for reproduction, using blueprinting, photography, or other duplicating methods.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21926",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/related/tasks/21926",
         "title": "Draw rough and detailed scale plans for foundations, buildings, and structures, based on preliminary concepts, sketches, engineering calculations, specification sheets, and other data.",
         "importance": 75,
         "category": "Core"
      }
   ]
}