This route requires Bearer token authentication! This route does NOT require PIN_MESSAGES permission.
GET https://localhost:8989/api/channels/{channelID}/pins
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| channelID | string | Required |
The request body takes a complete Message History Request resource, containing the following writable properties:
{
"before": "integer",
"limit": "integer"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| before | integer | Optional | |
| limit | integer | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK a GenericMessage data object |
CursorMessageArray |