List facility rent change UUIDs
Retrieves a list of rent change UUIDs for a facility, optionally filtered by reason and date ranges.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Query Parameters
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.
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.
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.
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.
Filter to rent changes with this reason. AUTOMATED_ECRI is a separate value from ECRI, so asking for ECRI leaves auto-scheduled increases out.
ECRI, MOVE_IN, MANUAL_ADJUSTMENT_MORA, AUTOMATED_ECRI Response
Array of rent change UUIDs, most recently updated first, empty if none are found

