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