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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "16584",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.01/related/tasks/16584",
         "title": "Modify computer-controlled robot movements."
      }
   ]
}