Export Documents
The Export Documents API allows you to use the document id field to export a set of documents to your Vault's FTP staging server. For example, you could use VQL to query the id of all documents from 2016 where type__v = Promotional Piece, then pass the results into the Export Documents API. This starts an asynchronous job whose status you can check with the Retrieve Document Export Results API.
You can export the following artifacts for a given document:
- Source document
- Renditions
You can export all versions or choose to export only the latest version.
This API does not support the following:
- Fields
- Attachments
- Audit trails
- Related documents
- Signature Pages
- Overlays
- Archived documents. To export archived documents, use API v20.3+.
Note that the maximum number of document versions (source files) you can export per request is 10,000.