Retrieves a specific reply in a thread.
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
message_id | long | Specifies the unique ID of a reply to retrieve. |
channel_url | string | Specifies the URL of the channel where the target reply was made. |
channel_type | string | Specifies the type of the channel where the target reply belongs. Acceptable values are open_channels and group_channels. |
Optional | Type | Description |
---|---|---|
include_reply_type | string | Specifies the type of message to include in the results. |
include_parent_message_info | boolean | Determines whether to include the information of the parent messages in the results. (Default:false) |
include_thread_info | boolean | Determines whether to include thread-related information in the response. (Default: false) |
| boolean | (Deprecated) Determines whether to include the text of parent messages as the |
If successful, this action returns a reply message resource in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.