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-3027.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22072",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22072",
         "title": "Assemble or disassemble complex mechanical systems."
      },
      {
         "id": "22082",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22082",
         "title": "Interpret engineering sketches, specifications, or drawings."
      },
      {
         "id": "1485",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1485",
         "title": "Calculate required capacities for equipment of proposed system to obtain specified performance and submit data to engineering personnel for approval."
      },
      {
         "id": "1476",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/1476",
         "title": "Review project instructions and blueprints to ascertain test specifications, procedures, and objectives, and test nature of technical problems such as redesign."
      },
      {
         "id": "22086",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.00/related/tasks/22086",
         "title": "Provide technical support to other employees regarding mechanical design, fabrication, testing, or documentation."
      }
   ]
}