Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve floors in a building
GET /floors/building/{buildingId}
{
"success": true,
"data": [
{
"id": "uuid",
"floorNumber": 1,
"buildingId": "uuid"
}
]
}
Was this page helpful?