Fetching all the conversations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
If onBehalfOf header is not passed,then list Conversations API will be ordered based on uid
, updatedAt
and then conversationWith
If onBehalfOf header is passed, then list Conversations API will be ordered based on updatedAt
and then conversationWith
.
Fetches conversations that include the specified searchKey, allowing you to search for conversations based on the name of a User or Group.
Retrieves only the specified conversation type (user and group) while fetching conversations list.
Includes those groups that have tags.
Fetches only those groups that have these tags.
Retrieves conversations with tags
Filters conversations by tags associated with the user entity in the conversationWith property.
Filters conversations by tags associated with the group entity in the conversationWith property.
Lists only unread conversations by excluding the conversations with conversation.unreadMessageCount=0
Number of conversations to be fetched in a request. The default value is 100 and the maximum value is 1000.
Page number.
Get Conversations
The response is of type object
.