...
GET /documentdata
calls have been updated to also return the Document File Key as CurrentDocumentKey. This value is the most recent downloaded pack.
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 File Key as a parameter in /file/download
and /file/detail
in order to retrieve the downloaded document.
...