Retrieve Documents
The following rules govern document retrieval:
- Vault only returns documents to which the logged in user has been given access (even if more documents exist).
- Unless version operators are used, Vault only returns the latest version of each document.
- Vault returns a maximum of 200 documents per page. This can be changed (lowered) using the
limitoperator. Learn more below.
Identifying Binders
Section link for Identifying Binders- A document pseudo-field
binder__vindicates whether the returned document is a regular document or a binder. - The value of
truemeans it is a binder,falseor absence of this field means it is a document. - If it is a binder, the binder node structure is not listed as part of the response and must be determined through the appropriate Binder API call.
Identifying CrossLink Documents
Section link for Identifying CrossLink Documents- A document pseudo-field
crosslink__vindicates whether the returned document is a regular document or a CrossLink document. - The value of
truemeans it is a CrossLink.