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/35-3023.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17588",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17588",
         "title": "Receive and process customer payments."
      },
      {
         "id": "17581",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17581",
         "title": "Prepare or serve hot or cold beverages, such as coffee, espresso drinks, blended coffees, or teas."
      },
      {
         "id": "17591",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17591",
         "title": "Take customer orders and convey them to other employees for preparation."
      },
      {
         "id": "17582",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17582",
         "title": "Clean or sanitize work areas, utensils, or equipment."
      },
      {
         "id": "17585",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17585",
         "title": "Describe menu items to customers, or suggest products that might appeal to them."
      }
   ]
}