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. Indicates whether the file content should be displayed inline in the browser (INLINE) or downloaded as an attachment locally (ATTACHMENT). Default: INLINE |
This API requires PROTECTED_API permission(s).