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-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13962",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13962",
         "title": "Read and interpret assembly blueprints or specifications manuals, and plan assembly or building operations."
      },
      {
         "id": "13958",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13958",
         "title": "Inspect, operate, and test completed products to verify functioning, machine capabilities, or conformance to customer specifications."
      },
      {
         "id": "13959",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13959",
         "title": "Position or align components for assembly, manually or using hoists."
      },
      {
         "id": "13960",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13960",
         "title": "Set and verify parts clearances."
      },
      {
         "id": "13965",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2031.00/related/tasks/13965",
         "title": "Verify conformance of parts to stock lists or blueprints, using measuring instruments such as calipers, gauges, or micrometers."
      }
   ]
}