Get Item Content

GET https://{{vaultDNS}}/api/{{version}}/services/file_staging/items/content/:item?recursive&limit&format_result

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

KeyDatatypeRequiredDescription
recursivenullIf true, the response will contain the contents of all subfolders. If not specified, the default value is false.
limitnullOptional: 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_resultnullIf set to csv, the response includes a job_id. Use the Job ID value to retrieve the status and results of the request.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
RangenullOptional: Specifies a partial range of bytes to include in the upload.