Skip to content

List floors

GET /floor

To list both private and public resources, both of the floor:queryPublic and floor:queryPrivate scopes must be provided in the access token. If just one of the scopes is provided, then the query only returns resources that fall into that category. For example, a query with an access token that only has floor:queryPublic scope will only return public floors of the team.

Request

Query Parameters

name
string
List all Floors with a specific name with wildcard support

spaceId
string<uuid>
List Floors including a specific space

assetId
string<uuid>
List Floors including a specific asset

geometry
boolean
Whether to include geometry property of the floors in the results

includeCustomAttributes
boolean
Whether to include custom attributes on the resource in the result

includeArchived
boolean
Whether to include archived floors in the result

limit
integer
Pagination support for large results

offset
integer
Pagination support for large results

Responses

200

The response will include a limited number of items per page. Iterate over the pages to fetch all items.

type
;values: FeatureCollection

features
array [ ]