Conversation by User ID
Is there a way to get the user unread message count by user Id?
-
Hi Anthony,
This endpoint: https://developers.podio.com/doc/conversations/get-conversations-34822801 returns a list of conversations, each of them having an 'unread_count' attribute.
You can iterate the list and sum up the values in there.That works for the authenticated user, you don't need to pass the user_id.
There is no way in Podio in which a user can know the unread count of any other (different) user.
Hope this helps!
Please sign in to leave a comment.
Comments
1 comment