Get Message Channel by id
Returns a single message channel by id. The requester must be a member of the channel.
Authorizations
Path Parameters
ID of the message channel to retrieve
Response
OK
ClientID is the id of the client associated with an individual channel.
"client_abc123"
CompanyID is the id of the company associated with the channel.
"company_abc123"
CreatedAt is the time the channel was created.
"2023-01-01T00:00:00Z"
ID is the unique identifier of the message channel.
"abc123"
LastMessage is the time the most recent message was sent in the channel.
"2023-01-03T00:00:00Z"
LastRead is the time the viewer last read the channel. Populated alongside UnreadCount; omitted otherwise.
"2023-01-02T12:00:00Z"
MemberIds are the user ids that belong to the channel.
MembershipEntityId is the id of the entity (company or client) the channel is scoped to.
"client_abc123"
MembershipType describes whether the channel is scoped to a company, a single client, or an ad-hoc group.
company, individual, group "individual"
Object is the resource type discriminator, always "messageChannel".
"messageChannel"
UnreadCount is the number of unread messages for the viewer. Populated by the /unread endpoint and by the list endpoint when includeUnread=true; omitted otherwise.
3
UpdatedAt is the time the channel was last updated.
"2023-01-02T00:00:00Z"