List note UUIDs
Retrieves a list of Note UUIDs, optionally filtered by date ranges and by a single subject (lead or tenant account).
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Query Parameters
Filter Notes with updatedAt less than or equal to this date-time
Filter Notes with updatedAt greater than or equal to this date-time
Filter Notes with createdAt less than or equal to this date-time
Filter Notes with createdAt greater than or equal to this date-time
Return only the person notes of this lead. Cannot be combined with accountUuid. A lead and an account sharing the same primary person share their person notes.
Return only the person notes of this tenant account. Cannot be combined with leadUuid.
Response
Array of note UUIDs, most recently updated first, empty if none are found

