jackdupont
13 years agoHelper
REST API /messages/moderation/required POSTmoderation & PREmoderation
Hi,
While dealing with moderation, I need to know if a given message is in "POST" or "PRE" moderation.
Fetching message with the REST API call :
http://community.lithium.com/community-name/restapi/vc/messages/moderation/required
does not provide meaningful information about this.
I tried aswell :
http://community.lithium.com/community-name/restapi/vc/messages/id/1271/moderation/status
But both a pre moderation and post moderation message returns 'unmoderated'
Are there any other API call to know the moderation status ?
Thanks !