Fetches the group message list for a user.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
A GUID of a group.
searches for occurence of message.
Fetches messages that include attachments.
Displays messages according to the type of attachment. Supported types include: image, video, audio, and file.
image
, video
, audio
, file
Fetches messages that include mentions.
Fetches messages that include links.
Fetches messages that include the mentioned comma-separated UIDs.
displays all the unread messages of the user.
displays all the messages those are undelivered.
displays the count of messages as per group/user
Hides the messages from blocked users in group.
Shows only messages skipping the replies in the message thread.
Determines whether to pull the messages either before or after any message id. Possible values are append(after) and prepend(before).
append
, prepend
Retrieves all those messages after the passed id.
Fetches messages that belongs to specific category.
Fetches messages that contains multiple categories.
Fetches messages that belongs to a specific type.
Fetches messages with multiple types.
Filters messages with mentions for the UID in onBehalfOf header.
Filters messages sent by a the uid given in sender query param and has reactions. If onBehalfOf header is also set then the messages from their common conversations will be filtered.
Filters messages with sender. If onBehalfOf header is also set then the messages from their common conversations will be filtered.
For the mentioned users, provides blocked information with respect to the UID in onBehalfOf header.
Provides user tags for the mentioned users.
The number of records to fetch. Minimum value: 1, Maximum value: 1000
Fetches the messages from this timestamp.
Fetches the messages till this timestamp.
This will fetch messages along with the tags.
This will fetch only those messages belonging to the mentioned tags.
Retreived Group Messages
The response is of type object
.