Retrieve All Binders

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

https://developer.veevavault.com/api/24.1/#Retrieve_All_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.

This endpoint does not retrieve binder sections, which means the response will not include binders within other binder sections. To retrieve all metadata configured on a binder, including sections, you must use the binder IDs retrieved from this request in the Retrieve Binder endpoint.

Alternatively, you can use VQL to find just binders SELECT id FROM binders. See VQL documentation for details.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring