Layouts
layouts
Methods
List Layouts -> Array<{ id, createdAt, name, 5 more... }>
get/layouts
List the org layouts.
Note: Only layouts shared with the org are returned in the response; no personal layouts are returned.
query Parameters
includeData: boolean
(default: true)Optional
When set to false, the data field is omitted from the response items.
This can be used to limit bandwidth when querying many Layouts.
updatedSince: string
(format: date-time)Optional
Return only layouts updated since this time.
Response fields
id: string
ID of the layout
createdAt: string
(format: date-time)Timestamp when the layout was created on the server
name: string
Name of the layout
permission: "CREATOR_WRITE" | "ORG_READ" | "ORG_WRITE"
updatedAt: string
(format: date-time)Timestamp when the layout was last updated on the server
data: Record<string, unknown>
Optional
An object containing the layout data.
Note: The layout data format is not considered stable and may change over time.
folderName: string
Optional
Name of the folder the layout belongs to.
savedAt: string
(format: date-time)Optional
Timestamp when the layout was last saved locally
Request example
200Example