Question:
Is there a way to move documents from one Vault application to another Vault application (Example: from Vault PromoMats to QualityDocs or Submissions)?
Answer:
At the moment, we do not have an automated process for moving documents from one Vault to another, although this could be done programmatically through the API.
- A download of content can be done through the Retrieve Document File API Call
- An upload to a new Vault can be done through the Create Documents API Call
- Use the Vault Query Language (VQL) functionality in order to fetch documents based on specific criteria
The ability to work across Vaults is part of our strategic long-term roadmap.
Related Documentation:
Vault API Documentation: