Notes
Retrieve a Note
OAuth Scope
This endpoint requires the following OAuth scope read_job_notes.
get/dbonote/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Note
Response
Note record retrieved successfully
Example response
{
"uuid": "123e4567-6ef3-4986-a5e9-23f94da9d67b",
"edit_date": "2026-03-01 12:00:00",
"related_object_uuid": "123e4567-3e1d-4e35-b83e-23f9474d31fb",
"action_completed_by_staff_uuid": "123e4567-25a6-486c-89c8-23f9482ca2db",
"edit_by_staff_uuid": "123e4567-1cca-415d-a8e2-23f945b752eb",
"create_date": "2026-03-01 12:00:00"
}