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-3024.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21059",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/21059",
         "title": "Make repairs to robots or peripheral equipment, such as replacement of defective circuit boards, sensors, controllers, encoders, or servomotors.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16589",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16589",
         "title": "Troubleshoot robotic systems, using knowledge of microprocessors, programmable controllers, electronics, circuit analysis, mechanics, sensor or feedback systems, hydraulics, or pneumatics.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16593",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16593",
         "title": "Install, program, or repair programmable controllers, robot controllers, end-of-arm tools, or conveyors.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16579",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16579",
         "title": "Maintain service records of robotic equipment or automated production systems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16584",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16584",
         "title": "Modify computer-controlled robot movements.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16592",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16592",
         "title": "Perform preventive or corrective maintenance on robotic systems or components.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16588",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16588",
         "title": "Align, fit, or assemble components, using hand tools, power tools, fixtures, templates, or microscopes.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16586",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16586",
         "title": "Attach wires between controllers.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "19684",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/19684",
         "title": "Evaluate the efficiency and reliability of industrial robotic systems, reprogramming or calibrating to achieve maximum quantity and quality.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16591",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16591",
         "title": "Test performance of robotic assemblies, using instruments such as oscilloscopes, electronic voltmeters, or bridges.",
         "importance": 70,
         "category": "Core"
      }
   ]
}