Skip to main content
GET

Recipes

1

1. Specify the message ID

Provide the message_id of the message whose reactions you want to retrieve.
2

2. As a result, the API returns a specified message.

1

1. Specify the message ID

Provide the message_id of the message whose reactions you want to retrieve.
2

2. Set the `include_reactions` query parameter

To include detailed reactions data in the response, set the include_reactions=1 query parameter.
3

3. As a result, the API returns a specified message with reactions.

1

1. Use 'Authorization' header to pass API key

2

2. Use 'On-Behalf-Of' header to pass user id

3

3. Specify the message ID

Provide the message_id of the message whose reactions you want to retrieve.
4

4. As a result, the API returns a specified message.

1

1. Use 'Authorization' header to pass API key

2

2. Use 'On-Behalf-Of' header to pass user id

3

3. Specify the message ID

Provide the message_id of the message whose reactions you want to retrieve.
4

4. Set the `include_reactions` query parameter

To include detailed reactions data in the response, set the include_reactions=1 query parameter.
5

3. As a result, the API returns a specified message with reactions.

Path Parameters

string
required
ID of the message. Generated automatically by the server after message creation.

Query Parameters

integer
Optional. Set to 1 to include reactions data in the message response. Default is 0.

Headers

string
required
A user or application session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
string
default:"ApiKey {your_api_key}"
API key from Dashboard. Expected format: ApiKey {your_api_key}. Must be used either QB-Token or Authorization.
string
User ID. The user ID of the user on whose behalf the request is being made.

Responses

A successful response
string
array
string
string
string
string
integer
integer
integer
array
array
integer
array of objects
List of reactions added to the message. This field is omitted by default. To include it, use the query parameter ?include_reactions=1.
An error response
array of strings
An error response
array of strings