Get unit group details by UUIDs
Returns details for specified unit groups associated with a facility
Documentation Index
Fetch the complete documentation index at: https://api.monument.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of unit group UUIDs to retrieve details for
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"3fa85f64-5717-4562-b3fc-2c963f66afa7"
]Response
Unit group details retrieved
Unit group UUID
"1234567890"
Unit group description
"10x10x10"
Array of amenities from entityAttributeUnitGroup
[
{
"amenityUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"description": "24 Hour Access"
},
{
"amenityUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"description": "Drive Up Access"
}
]Total count of units in the group
10
Total count of vacant units in the group
5
Current street rate in pennies
15000
Current web rate in pennies
12000
Whether the unit group is visible in the tenant portal
true
Unit depth (length)
10.5
Unit width
10.5
Unit height
10.5
Unit type UUID (entityAttributeOrganizationUuid)
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Unit type description from entity attribute organization
"Climate Controlled"
Average current rent in pennies for occupied units in the group
145.5

