Versions Compared

Key

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

...

Code Block
titleExample of request
POST https://app.evicertiaecertia.com/api/AttachmentDownload	 HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com

{
	"uniqueIds":["cf00c00b-750f-4956-be1e-ac79010fa0ab"]
}

...


The result of this operation will deliver the following items:

...