Get a reply
Retrieves a specific reply in a thread.
HTTP request
Parameters
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 |
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: |
include_thread_info | boolean | Determines whether to include thread-related information in the response. (Default: |
| boolean | (Deprecated) Determines whether to include the text of parent messages as the |
Response
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.