v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Document Attachments

Document Attachment Details

Returns details of the specific document's attachment.

get/public/v1/documents/{id}/attachments/{attachment_id}

Path parameters

idstring required

Document UUID.

attachment_idstring required

Attachment UUID.

Response

OK

uuidstring
date_createdstring
namestring nullable

Example response

{
  "uuid": "5a2df796-6c65-492b-955c-5709229a89f7",
  "date_created": "2021-10-27T20:54:18.757496Z",
  "created_by": {
    "id": "WbAzFZFMgXHnoQREADTdnE",
    "email": "test_user@mail.com",
    "first_name": "John",
    "last_name": "Smith",
    "avatar": "https://pd-live-media.s3.amazonaws.com/users/000GTSGwJw000L2KZqc000/avatar.jpg"
  },
  "name": "AttachedPhoto.jpg"
}