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-2071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1348",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1348",
         "title": "Design, implement, maintain, or improve electrical instruments, equipment, facilities, components, products, or systems for commercial, industrial, or domestic purposes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1357",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1357",
         "title": "Oversee project production efforts to assure projects are completed on time and within budget.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "1350",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1350",
         "title": "Direct or coordinate manufacturing, construction, installation, maintenance, support, documentation, or testing activities to ensure compliance with specifications, codes, or customer requirements.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1351",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1351",
         "title": "Perform detailed calculations to compute and establish manufacturing, construction, or installation standards or specifications.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1349",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1349",
         "title": "Operate computer-assisted engineering or design software or equipment to perform engineering tasks.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1347",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1347",
         "title": "Confer with engineers, customers, or others to discuss existing or potential engineering projects or products.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1356",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1356",
         "title": "Investigate or test vendors' or competitors' products.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20731",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/20731",
         "title": "Inspect completed installations and observe operations to ensure conformance to design and equipment specifications and compliance with operational, safety, or environmental standards.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "20730",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/20730",
         "title": "Investigate customer or public complaints to determine the nature and extent of problems.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1358",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/related/tasks/1358",
         "title": "Prepare technical drawings, specifications of electrical systems, or topographical maps to ensure that installation and operations conform to standards and customer requirements.",
         "importance": 66,
         "category": "Core"
      }
   ]
}