GetExportDownload
Signature
query {
GetExportDownload(id: ...)
}
Retourne : Document
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetExportDownload(
id: $id
) {
id
contentType
signedUrl
downloadUrl
size
name
displayedName
createdAt
documentGenerated {}
documentsGenerated {}
accountDocuments {}
documentControl {}
}
}