Retrieve Available Direct Data Files
GET https://{{vaultDNS}}/api/{{version}}/services/directdata/files
https://developer.veevavault.com/api/24.2/#RetrieveAvailableDirectDataFiles
Retrieve a list of all Direct Data files available for download.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
extract_type | string | The Direct Data file type: incremental_directdata, full_directdata, or log_directdata. If omitted, returns all files. Learn more about Direct Data file types. | |
start_time | string | Specify a time in YYYY-MM-DDTHH:MM:SSZ format. For example, 7AM on January 15, 2024 would use 2024-01-15T07:00:00Z. If omitted, defaults to the Vault’s creation date and time. | |
stop_time | string | Specify a time in YYYY-MM-DDTHH:MM:SSZ format. For example, 9AM on January 15, 2024 would use 2024-01-15T09:00:00Z. If omitted, defaults to today’s date and current time. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |