FloorPlans
Search FloorPlans
Search and list FloorPlan records with filtering, sorting, and pagination.
GET
Search FloorPlans
A floor plan represents one floor at a location and groups the bookable or assignable floor plan units shown through an uploaded image, a Nexudus Floor Plan Editor layout, or an Archilogic 3D scene.
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 required location that owns this floor plan.
string
Filter by display value for Business.Name..
string
Filter by display value for Business.Currency.Code..
integer
Filter by iD of the optional Nexudus Floor Plan Editor layout associated with this floor plan; the layout must belong to a location the user can access.
string
Filter by display value for FloorPlanLayout.Name..
string
Filter by required display name; changing it also updates the associated editor layout name and floor plan unit names containing the previous name.
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 uploaded background image is displayed for an image-based floor plan.
integer
Filter by integer percentage used to scale floor plan unit coordinates over the background image; 100 is full scale, values above 100 are capped at 100 when rendered, and non-positive values render at 33.
integer
Filter by legacy horizontal floor plan offset; the current editor stores each unit’s horizontal canvas coordinate in FloorPlanDesk.PositionX instead.
integer
Filter by legacy vertical floor plan offset; the current editor stores each unit’s vertical canvas coordinate in FloorPlanDesk.PositionY instead.
integer
Filter by legacy floor-level value; Nexudus Floor Plan Editor layouts maintain the active level in FloorPlanLayout.FloorLevel instead.
number
Filter by legacy decimal floor plan scale retained for older image-based records; the current editor does not expose or interpret this field.
integer
Filter by optional maximum number of simultaneous bookings accepted across this floor plan; null means unlimited.
string
Filter by integration-managed Archilogic scene GUID used to load the linked 3D floor plan; changing it can break the scene and unit mapping.
Range Filters
integer
Filter by integer percentage used to scale floor plan unit coordinates over the background image; 100 is full scale, values above 100 are capped at 100 when rendered, and non-positive values render at 33 greater than or equal to this value.
integer
Filter by integer percentage used to scale floor plan unit coordinates over the background image; 100 is full scale, values above 100 are capped at 100 when rendered, and non-positive values render at 33 less than or equal to this value.
integer
Filter by legacy horizontal floor plan offset; the current editor stores each unit’s horizontal canvas coordinate in FloorPlanDesk.PositionX instead greater than or equal to this value.
integer
Filter by legacy horizontal floor plan offset; the current editor stores each unit’s horizontal canvas coordinate in FloorPlanDesk.PositionX instead less than or equal to this value.
integer
Filter by legacy vertical floor plan offset; the current editor stores each unit’s vertical canvas coordinate in FloorPlanDesk.PositionY instead greater than or equal to this value.
integer
Filter by legacy vertical floor plan offset; the current editor stores each unit’s vertical canvas coordinate in FloorPlanDesk.PositionY instead less than or equal to this value.
integer
Filter by legacy floor-level value; Nexudus Floor Plan Editor layouts maintain the active level in FloorPlanLayout.FloorLevel instead greater than or equal to this value.
integer
Filter by legacy floor-level value; Nexudus Floor Plan Editor layouts maintain the active level in FloorPlanLayout.FloorLevel instead less than or equal to this value.
number
Filter by legacy decimal floor plan scale retained for older image-based records; the current editor does not expose or interpret this field greater than or equal to this value.
number
Filter by legacy decimal floor plan scale retained for older image-based records; the current editor does not expose or interpret this field less than or equal to this value.
integer
Filter by optional maximum number of simultaneous bookings accepted across this floor plan; null means unlimited greater than or equal to this value.
integer
Filter by optional maximum number of simultaneous bookings accepted across this floor plan; null means unlimited 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