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-3027.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-3027.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22072",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22072",
         "title": "Assemble or disassemble complex mechanical systems.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "22082",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22082",
         "title": "Interpret engineering sketches, specifications, or drawings.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1485",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1485",
         "title": "Calculate required capacities for equipment of proposed system to obtain specified performance and submit data to engineering personnel for approval.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "1476",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1476",
         "title": "Review project instructions and blueprints to ascertain test specifications, procedures, and objectives, and test nature of technical problems such as redesign.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22086",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22086",
         "title": "Provide technical support to other employees regarding mechanical design, fabrication, testing, or documentation.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "22087",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22087",
         "title": "Test machines, components, materials, or products to determine characteristics such as performance, strength, or response to stress.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1475",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1475",
         "title": "Draft detail drawing or sketch for drafting room completion or to request parts fabrication by machine, sheet or wood shops.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1482",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1482",
         "title": "Analyze test results in relation to design or rated specifications and test objectives, and modify or adjust equipment to meet specifications.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "1486",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1486",
         "title": "Record test procedures and results, numerical and graphical data, and recommendations for changes in product or test methods.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "22085",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22085",
         "title": "Prepare specifications, designs, or sketches for machines, components, or systems related to the generation, transmission, or use of mechanical or fluid energy.",
         "importance": 63,
         "category": "Core"
      }
   ]
}