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-2023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13944",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tasks/13944",
         "title": "Inspect, test, and adjust completed units to ensure that units meet specifications, tolerances, and customer order requirements."
      },
      {
         "id": "13946",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tasks/13946",
         "title": "Position, align, and adjust parts for proper fit and assembly."
      },
      {
         "id": "13945",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tasks/13945",
         "title": "Assemble parts or units, and position, align, and fasten units to assemblies, subassemblies, or frames, using hand tools and power tools."
      },
      {
         "id": "13947",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tasks/13947",
         "title": "Connect cables, tubes, and wiring, according to specifications."
      },
      {
         "id": "13951",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2023.00/related/tasks/13951",
         "title": "Measure parts to determine tolerances, using precision measuring instruments such as micrometers, calipers, and verniers."
      }
   ]
}