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-3012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21951",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21951",
         "title": "Draft detail and assembly drawings of design components, circuitry or printed circuit boards, using computer-assisted equipment or standard drafting techniques and devices.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21945",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21945",
         "title": "Draft working drawings, wiring diagrams, wiring connection specifications, or cross-sections of underground cables, as required for instructions to installation crew.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21946",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21946",
         "title": "Assemble documentation packages and produce drawing sets to be checked by an engineer or an architect.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21948",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21948",
         "title": "Review completed construction drawings and cost estimates for accuracy and conformity to standards and regulations.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21947",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21947",
         "title": "Consult with engineers to discuss or interpret design concepts, or determine requirements of detailed working drawings.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21950",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21950",
         "title": "Confer with engineering staff and other personnel to resolve problems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21952",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21952",
         "title": "Measure factors that affect installation and arrangement of equipment, such as distances to be spanned by wire and cable.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21954",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21954",
         "title": "Design electrical systems, such as lighting systems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21955",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21955",
         "title": "Draw master sketches to scale showing relation of proposed installations to existing facilities and exact specifications and dimensions.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21958",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/related/tasks/21958",
         "title": "Review work orders or procedural manuals and confer with vendors or design staff to resolve problems or modify design.",
         "importance": 74,
         "category": "Core"
      }
   ]
}