# Get Floorplan Tables **GET /o/op/data/{businessLocationId}/floorplans/{floorPlanId}/tables** Returns the tables for a specific floorplan of a business location ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **floorPlanId** (integer(int64)) The unique identifier for the floor plan. See [Get Floorplans](https://api-docs.lsk.lightspeed.app/operation/operation-apelookupfloorplans) ## Responses ### 200: Tables #### Body Parameters: application/json (array[object]) - **number** (integer(int32)) 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(int32)) The default client count for this table. [Powered by Bump.sh](https://bump.sh)