This operation allows the download of one existing Affidavit in the system through the following field:

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


Example of request
 GET https://app.evicertia.com/api/v2/EviNotice/Affidavits/8aadbb68-3008-4747-9a82-af4a0143e393	 HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertia.com
In case of successful delivery, a pdf file will be returned.
Also, we'll add the Content-Disposition header with the filename.
  • No labels