List Items at a Path

GET https://{{vaultDNS}}/api/{{version}}/services/file_staging/items/:item

https://developer.veevavault.com/api/20.3/#list-items-at-a-path

Return a list of files and folders for the specified path. Paths are different for Admin users (Vault Owners and System Admins) and non-Admin users. Learn more about paths in the REST API Documentation.

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