Get download file thumbnail address
GET /api/file/downloadThumbnail.do
URL query parameters
| Parameter | Type | Description |
|---|---|---|
fileId |
string |
Required file ID |
version |
number |
Optional version |
size |
number |
Thumbnail size: maximum of width and height |
Response
Fields listed in the source: code, success, url.
This endpoint returns a thumbnail, not a multi-file archive. The duplicated sentence in the source PDF is not applicable here.
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.