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-2141.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-2141.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1411",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1411",
         "title": "Read and interpret blueprints, technical drawings, schematics, or computer-generated reports.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20733",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20733",
         "title": "Research, design, evaluate, install, operate, or maintain mechanical products, equipment, systems or processes to meet requirements.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20736",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20736",
         "title": "Specify system components or direct modification of products to ensure conformance with engineering design, performance specifications, or environmental regulations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1412",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1412",
         "title": "Confer with engineers or other personnel to implement operating procedures, resolve system malfunctions, or provide technical information.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20734",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20734",
         "title": "Investigate equipment failures or difficulties to diagnose faulty operation and recommend remedial actions.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1421",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1421",
         "title": "Recommend design modifications to eliminate machine or system malfunctions.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1413",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1413",
         "title": "Research and analyze customer design proposals, specifications, manuals, or other data to evaluate the feasibility, cost, or maintenance requirements of designs or applications.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "20741",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20741",
         "title": "Provide technical customer service.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "1419",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/1419",
         "title": "Oversee installation, operation, maintenance, or repair to ensure that machines or equipment are installed and functioning according to specifications.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "20737",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/related/tasks/20737",
         "title": "Assist drafters in developing the structural design of products, using drafting tools or computer-assisted drafting equipment or software.",
         "importance": 62,
         "category": "Core"
      }
   ]
}