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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "16470",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16470",
         "title": "Implement or test design solutions."
      },
      {
         "id": "16468",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/related/tasks/16468",
         "title": "Maintain technical project files."
      }
   ]
}