...
GET /documentdata
calls have been updated to also return the Document Key as CurrentDocumentKey.
Code Block |
---|
"createdOn": "2020-02-21T15:16:21Z",
"updatedOn": "2020-02-21T15:42:47Z",
"currentDocumentKey": "Checking Pack-Test Api-21-02-2020 15-42-44.ZIP" |
You can then use this Document Key as a parameter in /file/download
and /file/detail
in order to retrieve the downloaded document.
...