Skip to main content
GET
Get one FloorPlanLayout
A FloorPlanLayout represents the overall layout configuration of a floor plan, including its dimensions, background image, and visual settings. Each floor plan can have one or more layouts to represent different configurations of the same space.

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 FloorPlanLayout-Read role.

Path Parameters

integer
required
The Id of the FloorPlanLayout record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Display name of the linked business (read-only).
string
The business currency code value for this floor plan layout.
string
The name value for this floor plan layout.
string
Current file name of the background image (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the background image.
boolean
Set to true to remove the current background image file.
number
The size value for this floor plan layout.
string
Current file name of the tracing image (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the tracing image.
boolean
Set to true to remove the current tracing image file.
string
Current file name of the preview image (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the preview image.
boolean
Set to true to remove the current preview image file.
integer
The background image scale value for this floor plan layout.
integer
The tracing image scale value for this floor plan layout.
integer
The floor level value for this floor plan layout.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response