Skip to content

List layouts

GET /layout

A floor can have one or many layouts, but only one 'default' layout. This enpoint allows to list them and is mostly used to show layouts for a given floorId.

Request

Query Parameters

floorId
string<uuid>
List layouts only for a specific floor

isDefault
boolean
Whether to limit layouts to default ones.

Responses

200

Returns a list of layouts

categories
array [string ]

floorId
string

id
string

isDefault
boolean

name

revisionId
string