santosh_csc
8 years agoGuide
Getting private message using ID is not working in LiQL
I have received total 17 messages in the community and I want to get a message with ID 26. When I run below LiQL, it's returning all 17 messages. Not the one with the specified ID. select * from i...
- 8 years ago
santosh_csc- Can you pass the user.id along with id, if this doesn't work below is the API V1 call for notes.
http://community.lithium.com/community-name/restapi/vc / users / id / [id] / mailbox / notes / id / [note_id]