Shivshankar
7 years agoAce
What is rest api to check if message is read by a user
Hi,
Is there any v1 restapi to check if a thread is read by a user?
Thanks.
Here you go.
API V1
http://community-url/restapi/vc/messages/id/<thread-id>/read
You can read more about this API call from https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1&leaf-id=Message.read#Message.read
If you want to try this with API V2.
SELECT user_context.read from messages where id = "<thread-id>"
Read more about this https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv2&collection=messages#fields-user_context