---
title: "Get All Floorplans"
method: GET
path: "/o/op/data/{businessLocationId}/floorplans"
tags: ["Order and Pay"]
---

# Get All Floorplans

`GET /o/op/data/{businessLocationId}/floorplans`

Returns the floorplans for a specific business location.

## Path parameters

- `businessLocationId` integer, required — The unique identifier for the business location.

## Query parameters

- `expandTables` boolean

## Response `200`

Floorplans

- object[]
  - `id` integer — The unique identifier for the floorplan.
  - `name` string — The name of the floorplan.
  - `tables` ApeTable[]
    - `number` integer — The table number.
    - `reference` string — The table reference.
    - `id` string — The unique identifier for this table.
    - `active` boolean — If the table is active.
    - `description` string — The table description.
    - `defaultClientCount` integer — The default client count for this table.

## Other responses

- `404` — Not Found Indicates that the business location has no floorplans configured.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/96f04e4e3f61/schema)
