This endpoint returns the message history of users in the community.Authorization#
Bearer token Required
Found in the platform under community settings >** API keys.**
Permission: Get Messages
Parameters#
This endpoints allow filtering base on the user, channel and number of messages.Users#
Use the user ID
or email
to filter the needed user. The response will include the messages send by the provided user in all channels.Include only one user parameters, do not use both user ID
and email
Without any User
parameter, the response will return for all users in the communityChannel#
Use the channel ID
to filter for the required channel. The response will include the messages send in the provided channel by all users.Without any channel
parameter, the response will return for all channels in the communityUse both User
and channel
parameter to get messages send by a particular user in a selected channel.
Count#
Use the count
to filter for the number of messages returned. (Acceted value: 1 - 100)
The response will contain the number of messages in the count.Without any count
parameter, the response will return the last 50 messages send.