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/53-7063.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14583",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14583",
         "title": "Inspect materials and products for defects, and to ensure conformance to specifications."
      },
      {
         "id": "14591",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14591",
         "title": "Record production and operational data, such as amount of materials processed."
      },
      {
         "id": "14585",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14585",
         "title": "Push dual control buttons and move controls to start, stop, or adjust machinery and equipment."
      },
      {
         "id": "14589",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14589",
         "title": "Weigh or measure materials or products to ensure conformance to specifications."
      },
      {
         "id": "14586",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/related/tasks/14586",
         "title": "Identify and mark materials, products, and samples, following instructions."
      }
   ]
}