Get download address of multiple files
GET /api/file/downloadMultiFiles.do
URL query parameters
| Parameter | Type | Description |
|---|---|---|
fileIdArr |
string |
File IDs separated by !, e.g. 133!233 |
Response
Fields listed in the source: code, success, type, url.
url is the packaged download address. Download permissions and limits still apply.
Calling the Endpoint
Use Authorization: Bearer <access_token>. GET parameters belong in the URL query; normal business POST requests use JSON. Check HTTP status and then the business result. Confirm array serialization and ambiguous types with the deployment instead of inventing fields.