Skip to main content
GET
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
rentalRecords
/
{unitRentalRecordUuid}
/
ledgerEntries
/
uuids
Get all Ledger Entry UUIDs for a Unit Rental Record filtered by dates
curl --request GET \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/facilities/{facilityUuid}/rentalRecords/{unitRentalRecordUuid}/ledgerEntries/uuids \
  --header 'x-api-key: <x-api-key>'
[
  "<string>"
]

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
unitRentalRecordUuid
string
required

Query Parameters

updatedAt.lessOrEqual
string

Filter Rental Record Ledger Entries with updatedAt less than or equal to this date-time

updatedAt.greaterOrEqual
string

Filter Rental Record Ledger Entries with updatedAt greater than or equal to this date-time

createdAt.lessOrEqual
string

Filter Rental Record Ledger Entries with createdAt less than or equal to this date-time

createdAt.greaterOrEqual
string

Filter Rental Record Ledger Entries with createdAt greater than or equal to this date-time

Response

200 - application/json

Array of ledger entry UUIDs, most recently updated first, empty if none are found