Versions Compared

Key

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

...

Code Block
titleExample of request
GET https://app.evicertiaecertia.com/api/v2/EviNotice/8aadbb68-3008-4747-9a82-af4a0143e393/Attachments	 HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com


In case of successful delivery, a compressed file (.zip) will be returned.
Also, we'll add the Content-Disposition header with the filename.

...