Retrieve All Documents
GET https://{{vaultDNS}}/api/{{version}}/metadata/objects/documents/properties
https://developer.veevavault.com/api/20.2/#retrieve-all-documents
Retrieve the latest version of documents and binders to which you have access.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
named_filter | string | Retrieves only documents which you have created. | |
named_filter | string | Retrieves only documents which you have marked as favorites in the library. | |
named_filter | string | Retrieves only documents which you have recently accessed. | |
named_filter | string | Retrieves only documents in your cart. | |
scope | string | Searches only within the document content. | |
scope | string | Searches both within the document content and searchable document fields. | |
versionscope | string | Retrieves all document versions, rather than only the latest version. | |
search | string | Search for documents based on a {keyword} in searchable document fields. | |
limit | null | See VQL documentation for more information. | |
sort | null | See VQL documentation for more information. | |
start | null | See VQL documentation for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |