SignedMediaApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| appDownload | GET /media/download/{id} | Download authorized media file |
appDownload
File appDownload(id, authkey)
Download authorized media file
Retrieves a media file from cloud storage after verifying the user has permission to access it. Returns the file as binary data with appropriate content type headers.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier of the media file to download | [default to null] |
| authkey | String | Optional authorization key for additional security verification | [optional] [default to null] |
Return type
File
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/octet-stream, application/json; charset=utf-8