Download Item Content
GET https://{{vaultDNS}}/api/{{version}}/services/file_staging/items/content/:item?recursive=&limit=&format_result=
https://developer.veevavault.com/api/23.2/#Get_Item_Content
Retrieve the content of a specified file from the file staging server. Use the Range
header to create resumable downloads for large files, or to continue downloading a file if your session is interrupted.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
recursive | null | If true, the response will contain the contents of all subfolders. If not specified, the default value is false. | |
limit | null | Optional: The maximum number of items per page in the response. This can be any value between 1 and 1000. If omitted, the default value is 1000. | |
format_result | null | If set to csv, the response includes a job_id. Use the Job ID value to retrieve the status and results of the request. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Range | null | Optional: Specifies a partial range of bytes to include in the upload. |