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-4122.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10274",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10274",
         "title": "Read blueprints, work orders, or production schedules to determine product or job instructions or specifications."
      },
      {
         "id": "10271",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10271",
         "title": "Inspect, measure, or test completed metal workpieces to ensure conformance to specifications, using measuring and testing devices."
      },
      {
         "id": "10272",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10272",
         "title": "Record operational information on specified production reports."
      },
      {
         "id": "10270",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10270",
         "title": "Correct problems by adjusting controls or by stopping machines and opening holding devices."
      },
      {
         "id": "10267",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4122.00/related/tasks/10267",
         "title": "Set up, operate, or tend welding machines that join or bond components to fabricate metal products or assemblies."
      }
   ]
}