get https://example.com/file/v1/files//download
Get File by ID
Path Parameters:
| Parameter | Type | Mandatory | Description | Example |
|---|---|---|---|---|
| id | string | true | File ID that needs to be fetched | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| Query Parameters: |
| Parameter | Type | Mandatory | Description | Example |
|---|---|---|---|---|
| contentDisposition | string | false | Parameter to the signed URL. INLINE - the file content should be displayed in the browser's tab. ATTACHMENT - the browser should download the file to the disk. Default: INLINE |
This API requires PROTECTED_API permission(s).
