Skip to main content
GET
List facility rent change UUIDs

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required

Query Parameters

updatedAt.lessOrEqual
string

Filter rent changes with updatedAt less than or equal to this date-time. Interpreted as UTC: a date without a time means midnight UTC, not midnight at the facility.

updatedAt.greaterOrEqual
string

Filter rent changes with updatedAt greater than or equal to this date-time. Interpreted as UTC: a date without a time means midnight UTC, not midnight at the facility.

createdAt.lessOrEqual
string

Filter rent changes with createdAt less than or equal to this date-time. Interpreted as UTC: a date without a time means midnight UTC, not midnight at the facility.

createdAt.greaterOrEqual
string

Filter rent changes with createdAt greater than or equal to this date-time. Interpreted as UTC: a date without a time means midnight UTC, not midnight at the facility.

rentChangeReason
enum<string>

Filter to rent changes with this reason. AUTOMATED_ECRI is a separate value from ECRI, so asking for ECRI leaves auto-scheduled increases out.

Available options:
ECRI,
MOVE_IN,
MANUAL_ADJUSTMENT_MORA,
AUTOMATED_ECRI

Response

200 - application/json

Array of rent change UUIDs, most recently updated first, empty if none are found