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.08/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16512",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16512",
         "title": "Review or approve designs, calculations, or cost estimates.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16517",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16517",
         "title": "Process or interpret signals or sensor data.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "16521",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16521",
         "title": "Debug robotics programs.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21057",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/21057",
         "title": "Build, configure, or test robots or robotic applications.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "16516",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16516",
         "title": "Create back-ups of robot programs or parameters.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16511",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16511",
         "title": "Provide technical support for robotic systems.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16522",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16522",
         "title": "Design end-of-arm tooling.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16530",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16530",
         "title": "Design robotic systems, such as automatic vehicle control, autonomous vehicles, advanced displays, advanced sensing, robotic platforms, computer vision, or telematics systems.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16509",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16509",
         "title": "Supervise technologists, technicians, or other engineers.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16528",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.08/related/tasks/16528",
         "title": "Design software to control robotic systems for applications, such as military defense or manufacturing.",
         "importance": 69,
         "category": "Core"
      }
   ]
}