This route requires Bearer token authentication! You MUST have VIEW_CHANNEL permission for this route.
GET https://localhost:8989/api/channels/{channelID}/attachment?attachmentID={attachmentID}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| channelID | string | Required | |
| attachmentID | string | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK a File. The attachment requested lol. |
Attachment Download Response |