Get Note Versions
GET /v1/notes/{uuid}/versionsPath parameters
Parameter
Description
Query parameters
Parameter
Type
Default
Description
Response — 200 OK
{
"data": [
{
"uuid": "a3bb189e-8bf9-3888-9912-ace4e6543002",
"note_uuid": "0f8fad5b-d9cb-469f-a165-70867728950e",
"created_on": "2026-08-03T14:32:11.482Z",
"note_data": "<p>Imaging started at 13:05 UTC.</p><p><strong>14:32 UTC</strong> — Imaging completed.</p>",
"created_by": {
"user_id": 12,
"email": "api-user@example.com",
"first_name": "API",
"last_name": "User",
"full_name": "API User",
"title": "Integration"
},
"linked_case": {
"case_id": 42,
"uuid": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"case_number": "2026-0042",
"case_name": "Acme Corp Investigation"
}
}
],
"page": 1,
"next_page": null,
"page_size": 3000,
"total": 3
}Examples
List a note's version history (newest first)
Recover an earlier version's content
Find which version introduced a phrase
Errors
Status
Body
Cause
Was this helpful?