Skip to end of banner
Go to start of banner

EviNoticeAffidavitsDownload

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This operation allows the download of all the existing Affidavit (related to one EviNotice) in the system through the following field:

  • Id: EviNotice's identifier (cannot be default).


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


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

  • No labels