Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET /documentdata calls have been updated to also return the File Key as CurrentDocumentKey. This value is the most recent downloaded pack name.

Code Block
...
"createdOn": "2020-02-21T15:16:21Z",
"updatedOn": "2020-02-21T15:42:47Z",
"settings": {
    "currentDocumentKey": "Checking Pack-Test Api-21-02-2020 15-42-44.ZIP"
    }

You can then use this File Key as a parameter in /file/download and /file/detail in order to retrieve the downloaded document.

...