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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2296",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2296",
         "title": "Provide guests with menus.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18750",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/18750",
         "title": "Speak with patrons to ensure satisfaction with food and service, to respond to complaints, or to make conversation.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18754",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/18754",
         "title": "Take and prepare to-go orders.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2302",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2302",
         "title": "Maintain contact with kitchen staff, management, serving staff, and customers to ensure that dining details are handled properly and customers' concerns are addressed.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2301",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/2301",
         "title": "Receive and record patrons' dining reservations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18752",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/related/tasks/18752",
         "title": "Inspect dining and serving areas to ensure cleanliness and proper setup.",
         "importance": 83,
         "category": "Core"
      }
   ]
}