Get notes by UUIDs
Retrieves note details for the provided array of UUIDs, most recently updated first
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
Body
Array of note UUIDs to retrieve data for
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"3fa85f64-5717-4562-b3fc-2c963f66afa7"
]Response
Note details retrieved successfully
UUID of the note
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
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."
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"

