Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Panel
titleExample of request in JSON

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”]

}

{panel:title=My title|borderStyle=dashed|borderColor=blue|titleBGColor=#00a400|titleColor=white|bgColor=#72bc72} A formatted panel {panel}

The result of this operation will deliver the following items:

...