Retrieve All Binders

GET https://{{vaultDNS}}/api/{{version}}/objects/documents

https://developer.veevavault.com/api/20.3/#retrieve-binders

In Vault, binders are just another kind of document. Therefore, to retrieve a list of all binders in your vault, you must use the same API endpoint to retrieve documents. By searching the response, you can distinguish binders from documents by using the document field binder__v set to true or false. See the response details below. Note that nested binders (a binder contained within another binder) are not retrieved.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring