Document Attachments

Number of APIs: 5

  1. List Attachments GET {{base_url}}/public/v1/documents/{{document_id}}/attachments

  2. Create Attachment POST {{base_url}}/public/v1/documents/{{document_id}}/attachments

  3. Attachment Details GET {{base_url}}/public/v1/documents/{{document_id}}/attachments/{{attachment_id}}

  4. Delete Attachment DELETE {{base_url}}/public/v1/documents/{{document_id}}/attachments/{{attachment_id}}

  5. Download Attachment GET {{base_url}}/public/v1/documents/{{document_id}}/attachments/{{attachment_id}}/download