v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBFloors
Gets a specific floor
Get the floor with id = {floorId}.
Required scopes: flex.space.floors.read
get/api/v2/organizations/{orgSlug}/floors/{floorId}
Path parameters
floorIdstring required
The id of the corresponding floor
orgSlugstring required
organization slug
Response
Example response
{
"floor": "1",
"name": "Fl-01",
"area": 1500000,
"isOpen": true,
"createdAt": "2024-08-21T16:00:00.000Z",
"modifiedAt": "2024-08-21T16:00:00.000Z"
}