BradR
13 years agoKhoros Alumni (Retired)
Getting Private messaging via REST API
Hi All,
I have uncovered the following in order to send private messages:
- 
http://community.lithium.com/community-name/restapi/vc/postoffice/notes/send 
Is there a method that will allow me to retrieve private messages via rest API?
Thanks,
- Hey Bradley, - You can use the different mailbox apis. E.g.: - http://community.lithium.com/community-name/restapi/vc/users/id/43/mailbox/notes/inbox - gets the all the notes sent to the user - http://community.lithium.com/community-name/restapi/vc/users/id/43/mailbox/notes/inbox/unread - gets user's unread notes - Hope this helps, - Yuri