Get rental records UUIDs from Facility
Retrieves the UUIDs of all rental records by facilityUuid, optionally filtered by date, rental record status, amenities, and item types.
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
Query Parameters
Filter facilities with updatedAt less than or equal to this date-time
Filter facilities with updatedAt greater than or equal to this date-time
Filter facilities with createdAt less than or equal to this date-time
Filter facilities with createdAt greater than or equal to this date-time
WAIT_LIST, AGREEMENT_SENT, PENDING_MOVE_IN, MOVED_IN, PENDING_MOVE_OUT, MOVED_OUT, CANCELED_RESERVATION Filter by move-in date (>=), in facility timezone. Format: ISO 8601 date-time
Filter by move-in date (<=), in facility timezone. Format: ISO 8601 date-time
Filter by move-out date (>=), in facility timezone. Format: ISO 8601 date-time
Filter by move-out date (<=), in facility timezone. Format: ISO 8601 date-time
Response
Array of unit rental records UUIDs from the given facilityUuid, most recently updated first, empty if none are found.

