This route requires Bearer token authentication! You MUST have VIEW_CHANNEL permission for this route.
GET https://localhost:8989/api/channels/{channelID}/search?q={q}&before={before}&limit={limit}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| channelID | string | Required | |
| q | string | text search query input |
Required |
| before | integer | a message timestamp |
Required |
| limit | integer | max number of messages to return |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK a GenericMessage data object |
CursorMessageArray |