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