Tables

For sites that use the Kounta by Lightspeed Tables add-on, you can retrieve the section and table numbers, as well as the ID of any open orders on those tables (orders that are ON_HOLD or PENDING).

Get all tables for a site

GET /v1/companies/5678/sites/3232/tables Get all tables
GET /v1/companies/5678/sites/3232/tables ?status=ON_HOLD Get all tables with orders in ON_HOLD status
  • Tables can have multiple open orders on them.

Get orders on a table

GET /v1/companies/5678/sites/3232/tables/Bar2 Get all orders on a specific table
GET /v1/companies/5678/sites/3232/tables ?status=ON_HOLD Get all orders on a specific table in ON_HOLD status

List of Webhooks

Here is a list of the supported webhook topics.

tables/updated

When the table layout or names are updated. You will receive all tables after the modifications have been applied.