---
title: "Get Floorplan Tables"
method: GET
path: "/o/op/data/{businessLocationId}/floorplans/{floorPlanId}/tables"
tags: ["Order and Pay"]
---

# Get Floorplan Tables

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

Returns the tables for a specific floorplan of a business location

## Path parameters

- `businessLocationId` integer, required — The unique identifier for the business location.
- `floorPlanId` integer, required — The unique identifier for the floor plan. See [Get Floorplans](https://api-docs.lsk.lightspeed.app/operation/operation-apelookupfloorplans)

## Response `200`

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.

---

[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/81c537153037/schema)
