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/51-4081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10206",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10206",
         "title": "Inspect workpieces for defects, and measure workpieces to determine accuracy of machine operation, using rules, templates, or other measuring instruments."
      },
      {
         "id": "10210",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10210",
         "title": "Position, adjust, and secure stock material or workpieces against stops, on arbors, or in chucks, fixtures, or automatic feeding mechanisms, manually or using hoists."
      },
      {
         "id": "10208",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10208",
         "title": "Read blueprints or job orders to determine product specifications and tooling instructions and to plan operational sequences."
      },
      {
         "id": "10211",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10211",
         "title": "Select, install, and adjust alignment of drills, cutters, dies, guides, and holding devices, using templates, measuring instruments, and hand tools."
      },
      {
         "id": "10207",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4081.00/related/tasks/10207",
         "title": "Observe machine operation to detect workpiece defects or machine malfunctions, adjusting machines as necessary."
      }
   ]
}