Attachments

The following attachments can be downloaded using this endpoint:

  • Incoming and outgoing attachments
  • Activity Letters
  • Case attachments

Download attachment

GET /filemanager/attachments/:attachment_id

Response
Status code 200

{
  "id": "542f029f-a2c4-4631-b565-b48fcac8eac0",
  "download_url": "http://example.com/attachment.pdf"
}

Delete attachment

DELETE /filemanager/attachments/:attachment_id

Response
Status code 204