Forum Discussion
JeffSp
13 years agoLithium Alumni (Retired)
Also, in the forthcoming 12.8 release we added some query parameters to NodeMessageContext.recent that might be useful for you. For example, moderation.scope (optional) filters down the recent message view to a smaller set and it takes the value 'Approved','Rejected' and 'Unmoderated'
Example Usage:
http://community.lithium.com/community-name/restapi/vc/posts/recent?moderation.scope=approved&visibility.scope=moderator http://community.lithium.com/community-name/restapi/vc/posts/recent?moderation.scope=rejected&visibility.scope=moderator http://community.lithium.com/community-name/restapi/vc/posts/recent?moderation.scope=unmoderated&visibility.scope=moderator
jackdupont
13 years agoHelper
Thanks for the quick replies.
In lithium, an 'unmoderated' content can be a 'pre' moderated or 'post' moderated, seems like there are no distinction between them...
However as an user when I go do :
http://community.lithium.com/community-name/t5/premod/moderationitemspage/tab/unmoderated%3Aidea
it only show up the premoderation message.
Do we have something similar in the REST API ?
Thanks.
Related Content
- 3 years ago
- 2 years ago
- 2 years ago