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-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2296",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2296",
         "title": "Provide guests with menus."
      },
      {
         "id": "18749",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/18749",
         "title": "Assign patrons to tables suitable for their needs and according to rotation so that servers receive an appropriate number of seatings."
      },
      {
         "id": "2297",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2297",
         "title": "Greet guests and seat them at tables or in waiting areas."
      },
      {
         "id": "18751",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/18751",
         "title": "Answer telephone calls and respond to inquiries or transfer calls."
      },
      {
         "id": "2305",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2305",
         "title": "Operate cash registers to accept payments for food and beverages."
      }
   ]
}