This is where you can download the zip bundle for an order. The zip contains all PAdES documents, attachments and collected data related to the order.
Note! The output from these methods tends to be quite large.
The following model is used in the response:
Name | Type | Description | Optional |
---|---|---|---|
Filename | String | Document filename. | |
Data | String | Base64 encoded document. |
When orderstatus is Completed, you can download the bundled zip for the order. Remember to set X-eSignatur-CreatorId
in the headers.
GET api.esignatur.dk/Deliverables/GetOrderZip/{id}
{ "Filename": "BundledZip.zip", "Data": "AAECAw==" }