Api.retrieveDocumentContainer¶
- retrieveDocumentContainer(containerId)¶
 Retrieves all data from an existing document container in the archive, including all data on contained documents and images.
This method executes asynchronously and returns a promise.
Note
If the document container is archived, access to the archive is restricted and administrator or archive privileges are required in order to access archived content.
- Arguments
 containerId (
guid()) – Unique identifier of the document container that will be retrieved.
- Returns
 For error responses, see Error Responses.
If successful, retrieves all data from the archived document container.
See also