v1
latestOpenAPI 3.0.02026-07-135965404.0 KBResources
Download a file
Downloads a file from the server. Whenever more than one file is being downloaded, the file are first zipped into a single file before the download starts, and the resulting zip file is named to match the downloadArchiveName parameter.
NOTE: Downloading many files at once may result in a long delay before the API will return a response. You may need to override default timeout values in your API client, or download files individually.
get/resources/download
Query parameters
resources[]string[] required
Path of file or folder to be downloaded, starting from the root. Can also be an array of paths.
downloadArchiveNamestring
When downloading multiple files, this will be used as the name of the zip file that is created.
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Response
Content of the file