Get notes by UUIDs
Retrieves note details for the provided array of UUIDs, most recently updated first
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of note UUIDs to retrieve data for
Response
Note details retrieved successfully
UUID of the note
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Type of the entity the note is attached to
UNIT, PERSON, PHYSICAL_LOCK_ASSIGNMENT, CALL "PERSON"
UUID of the unit if note.entityType is UNIT, null otherwise
"1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
UUID of the person if note.entityType is PERSON, null otherwise
null
The text content of the note
"This is a note about a unit regarding maintenance issues."
UUID of the user who created the note
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
First name of the user who created the note
"Jane"
Last name of the user who created the note
"Smith"
Timestamp when the note was created
"2024-01-15T10:30:00.000Z"
Timestamp when the note was last updated
"2024-01-20T15:45:00.000Z"
Whether the note is pinned. Null on notes whose entityType is not PERSON, where pinning does not apply
true
Timestamp when the note was pinned, null when it is not pinned or pinning does not apply
"2026-07-24T15:02:00.000Z"
Facilities the note subject is attached to, through their open rentals or their lead records, empty when none apply
Open unit rental records of the note subject, meaning pending move-in, moved in or pending move-out, empty when none apply

