Download Attachment
GET {{apiBaseUrl}}/v1/document/downloadAttachment?attachmentId=attachment_memWE&documentId={{documentId}}
This API is used to download the attachment for a given document ID and attachment ID.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| attachmentId | string | The unique attachment id of the document. | |
| documentId | string | The unique document id of the document. |