List Items at a Path
GET https://{{vaultDNS}}/api/{{version}}/services/file_staging/items/:item
https://developer.veevavault.com/api/23.1/#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
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 |