Forum Discussion
Parshant
6 years agoBoss
Lindsey, You can use below V1 API to check whether user read the current message or not.
http://community.lithium.com/community-name/restapi/vc/messages/id/1271/read
where 1271 is the message id by which you can check if its read by user.
<response status="success">
<value type="boolean">false</value>
</response>
Related Content
- 5 years ago
- 2 years ago