Get a group channel
This action retrieves information about a specific group channel. You can use the optional query parameters to determine whether to include delivery receipt, read receipt, or member information in the response.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_url | string | Specifies the URL of the channel. |
Optional | Type | Description |
---|---|---|
show_delivery_receipt | boolean | Determines whether to include information about the delivery receipt of each member of the channel in the response. The delivery receipt indicates the timestamp of when each member has last received messages from the Sendbird server in the channel, in Unix milliseconds. (Default: |
show_read_receipt | boolean | Determines whether to include information about the read receipt of each member of the channel in the response. The read receipt indicates the timestamp of when each member has last read messages in the channel, in Unix milliseconds. (Default: |
show_member | boolean | Determines whether to include information about the channel members in the response. (Default: |
member_active_mode | string | Restricts the member list to members who are activated or deactivated in the channel. This parameter is only effective if the parameter |
| boolean | (Deprecated) Superseded by |
| boolean | (Deprecated) Superseded by |
Responses
If successful, this action returns a group channel resource in the response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.