GET
/
realtime
/
channel.setMuted
channel setMuted
curl --request GET \
  --url https://apix.us.amity.co/realtime/channel.setMuted
{
  "id": "<string>",
  "data": {
    "channelId": "<string>",
    "muteTimeout": "<string>",
    "actor": "<string>"
  },
  "networkId": "<string>",
  "path": "<string>",
  "eventType": "<string>",
  "senderId": "<string>",
  "sendTime": "2023-11-07T05:31:56Z",
  "version": "<string>"
}

Response

200 - application/json

Channel Information

id
string

The message ID.

data
object
networkId
string

ID of the network.

path
string

A topic path for subscription.

eventType
string

Name of the event.

senderId
string

ID of sender node.

sendTime
string<date-time>

The date/time when event was sent.

version
string

Version of API