Notes
Retrieve a Note
get/note/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Note
Response
Note record
Example response
{
"uuid": "123e4567-5d68-4a62-9ddc-231d2efb92fb",
"edit_date": "2025-08-01 12:00:00",
"related_object_uuid": "123e4567-6cc5-42d0-bb06-231d202463eb",
"action_completed_by_staff_uuid": "123e4567-54e1-4a55-b1b5-231d20fc6afb",
"edit_by_staff_uuid": "123e4567-178d-48c6-b8f9-231d2c65e11b",
"create_date": "2025-08-01 12:00:00"
}