Attachments
Retrieve an Attachment
OAuth Scope
This endpoint requires the following OAuth scope read_attachments.
get/dboattachment/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Attachment
Response
Attachment record retrieved successfully
Example response
{
"related_object_uuid": "123e4567-7343-4758-a0fd-23f94719e43b",
"uuid": "123e4567-e2fc-4c05-9df6-23f941aa61bb",
"edit_date": "2026-03-01 12:00:00",
"created_by_staff_uuid": "123e4567-80c8-4c71-96c5-23f944267c1b"
}