Get Floorplan Tables
Returns the tables for a specific floorplan of a business location
Path parameters
-
businessLocationId
integer(int64) Required The unique identifier for the business location.
-
floorPlanId
integer(int64) Required The unique identifier for the floor plan. See Get Floorplans
GET
/o/op/data/{businessLocationId}/floorplans/{floorPlanId}/tables
curl \
--request GET 'https://api.lsk.lightspeed.app/o/op/data/45454565682155/floorplans/45454565682155/tables' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"number": 1,
"reference": "abcdefg123456",
"id": "141948669132977",
"active": true,
"description": "Table 1",
"defaultClientCount": 4
}
]