When an order is complete - that is, all have signed - any collected data documents and CPR order validation documents can be downloaded.
Note! The output from this method tends to be quite large.
Model used in the request:
Name | Type | Description | Optional |
---|---|---|---|
Id | String | Order Id. | |
DocumentIndex | Int | Index of document (zero based index). |
Model used in the response:
Name | Type | Description | Optional |
---|---|---|---|
Filename | String | Document filename. | |
DocumentData | String | Base64 encoded document. | |
DocumentFormat | String | Document format. |
Download a collected data or CPR validation result document.
POST api.esignatur.dk/CollectedDataDocument/Download
{ "Id": "de6dfa4f-3ff1-440e-baeb-dab46c2c0662", "DocumentIndex": 0 }
{ "Filename": "1 - CPR validering for Ano Nym.pdf", "DocumentData": "AAECAw==", "DocumentFormat": "Pdf" }