# Get All Floorplans **GET /o/op/data/{businessLocationId}/floorplans** Returns the floorplans for a specific 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. #### 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`](https://api-docs.lsk.lightspeed.app/operation/operation-apelookupfloorplans#operation-apelookupfloorplans-200-body-application-json-name) and [`id`](https://api-docs.lsk.lightspeed.app/operation/operation-apelookupfloorplans#operation-apelookupfloorplans-200-body-application-json-id) for the floorplans. ## Responses ### 200: Floorplans #### Body Parameters: application/json (array[object]) - **id** (integer(int64)) The unique identifier for the floorplan. - **name** (string) The name of the floorplan. - **tables** (array[object]) ### 404: Not Found Indicates that the business location has no floorplans configured. [Powered by Bump.sh](https://bump.sh)