Skip to content

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 limit operator. Learn more below.
  • A document pseudo-field binder__v indicates whether the returned document is a regular document or a binder.
  • The value of true means it is a binder, false or 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.
  • A document pseudo-field crosslink__v indicates whether the returned document is a regular document or a CrossLink document.
  • The value of true means it is a CrossLink.