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-2199.05/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16467",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16467",
         "title": "Create mechanical design documents for parts, assemblies, or finished products.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16482",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16482",
         "title": "Design advanced precision equipment for accurate or controlled applications.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16474",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16474",
         "title": "Design engineering systems for the automation of industrial tasks.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "16470",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16470",
         "title": "Implement or test design solutions.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16468",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16468",
         "title": "Maintain technical project files.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "23946",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/23946",
         "title": "Identify materials appropriate for mechatronic system designs.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16471",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16471",
         "title": "Research, select, or apply sensors, communication technologies, or control devices for motion control, position sensing, pressure sensing, or electronic communication.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "16483",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16483",
         "title": "Apply mechatronic or automated solutions to the transfer of materials, components, or finished goods.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "16465",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16465",
         "title": "Provide consultation or training on topics such as mechatronics or automated control.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "16466",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16466",
         "title": "Oversee the work of contractors in accordance with project requirements.",
         "importance": 65,
         "category": "Core"
      }
   ]
}