v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Document Attachments

List Document Attachments

Returns a list of attachments associated with a specified document.

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

Path parameters

idstring required

Document 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"
  }
]