Skip to main content
GET
Search FloorPlans
A FloorPlan is a visual diagram representing a single floor of a location. Floor plans are used by admins and customers to get an overview of the space layout, including rooms, desks, and other areas. Each floor plan belongs to a location (Business) and can optionally reference a FloorPlanLayout template. A background/tracing image can be uploaded to overlay the drawn areas, and its position and scale can be adjusted independently from the floor plan’s own scale. Once created, floor plan units (FloorPlanDesks) are added to the floor plan to represent individual bookable or non-bookable areas such as offices, dedicated desks, hot desks, and meeting rooms.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the FloorPlan-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the location this floor plan belongs to.
string
Filter by location name.
string
Filter by currency code of the location.
integer
Filter by iD of the floor plan layout template to apply to this floor plan.
string
Filter by floor plan layout name.
string
Filter by display name of the floor plan (e.g. ‘Ground Floor’, ‘Level 2’).
string
Filter by filename of the currently stored background/tracing image.
string
Filter by uRL of a new background/tracing image to upload. The image will be fetched and stored when the floor plan is saved.
boolean
Filter by set to true to remove the current background/tracing image from this floor plan.
boolean
Filter by whether the background/tracing image is visible when the floor plan is rendered.
integer
Filter by zoom/scale factor applied to the background/tracing image, expressed as a percentage (e.g. 100 = original size).
integer
Filter by horizontal offset (in pixels) of the background image within the floor plan canvas.
integer
Filter by vertical offset (in pixels) of the background image within the floor plan canvas.
integer
Filter by floor number used to order floor plans (e.g. 0 = ground floor, 1 = first floor, -1 = basement).
number
Filter by real-world scale of the floor plan, representing how many real-world units correspond to one canvas unit.
integer
Filter by maximum number of people this floor can accommodate at the same time.
string
Filter by unique identifier used to link this floor plan to a corresponding Archilogic 3D model.

Range Filters

integer
Filter by zoom/scale factor applied to the background/tracing image, expressed as a percentage (e.g. 100 = original size) greater than or equal to this value.
integer
Filter by zoom/scale factor applied to the background/tracing image, expressed as a percentage (e.g. 100 = original size) less than or equal to this value.
integer
Filter by horizontal offset (in pixels) of the background image within the floor plan canvas greater than or equal to this value.
integer
Filter by horizontal offset (in pixels) of the background image within the floor plan canvas less than or equal to this value.
integer
Filter by vertical offset (in pixels) of the background image within the floor plan canvas greater than or equal to this value.
integer
Filter by vertical offset (in pixels) of the background image within the floor plan canvas less than or equal to this value.
integer
Filter by floor number used to order floor plans (e.g. 0 = ground floor, 1 = first floor, -1 = basement) greater than or equal to this value.
integer
Filter by floor number used to order floor plans (e.g. 0 = ground floor, 1 = first floor, -1 = basement) less than or equal to this value.
number
Filter by real-world scale of the floor plan, representing how many real-world units correspond to one canvas unit greater than or equal to this value.
number
Filter by real-world scale of the floor plan, representing how many real-world units correspond to one canvas unit less than or equal to this value.
integer
Filter by maximum number of people this floor can accommodate at the same time greater than or equal to this value.
integer
Filter by maximum number of people this floor can accommodate at the same time less than or equal to this value.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by Name

Range filters

Response

200

FloorPlan[]
The list of FloorPlan records matching the query. See the Get one FloorPlan endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response