This operation allows to download one or more attachments associated with any of the products (EviMail, EviSign, EviNotice).
In this service, the field UniqueIds to be reported will be a list with the unique identifiers (uniqueId) of the attachments to download.
Example of request
Code Blockpanel | |||
---|---|---|---|
| |||
POST https://app.ecertia.com/api/AttachmentDownload HTTP/1.1 Content-Type: application/json Accept: application/json Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX== Host: app.ecertia.com { "uniqueIds"{ “uniqueIds” : [ "cf00c00b“cf00c00b-750f-4956-be1e- ac79010fa0ab"ac79010fa0ab”] } | |||
Code Block | |||
POST https://app.ecertia.com/api/AttachmentDownload HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.ecertia.com
{
"uniqueIds":["cf00c00b-750f-4956-be1e-ac79010fa0ab"]
} |
The result of this operation will deliver the following items:
...