Get All Floorplans
Returns the floorplans for a specific business location.
Path parameters
-
The unique identifier for the business location.
Query parameters
-
expandTables boolean
If true, the response will include the table details for each floorplan. If false, the response will only include the
name
andid
for the floorplans.Default value is
true
.
GET /o/op/data/{businessLocationId}/floorplans
curl \
-X GET https://api.trial.lsk.lightspeed.app/o/op/data/45454565682155/floorplans \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 141948669132976,
"name": "Terrace",
"tables": [
{
"number": 1,
"reference": "abcdefg123456",
"id": "141948669132977",
"active": true,
"description": "Table 1",
"defaultClientCount": 4
}
]
}
]