Appearance
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
stringList 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
booleanWhether to include geometry property of the floors in the results
includeCustomAttributes
booleanWhether to include custom attributes on the resource in the result
includeArchived
booleanWhether to include archived floors in the result
limit
integerPagination support for large results
offset
integerPagination 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 [ ] 
