Forum Discussion

abytino's avatar
abytino
Contributor
12 years ago

REST API to retrieve all the posts which are escalated

Hi,

 

As part of Q&A moderation, I need to get all the Posts which are Rejected and not Escalated. I can get all the rejected messages using the below REST API.

http://community.lithium.com/community-name/restapi/vc/boards/id/<id>/posts/recent?restapi.format_detail=full_list_element&moderation.scope=unmoderated&visibility.scope=moderator

 

But i need only those are not escalated. What is the REST API, which can give me all the posts which are Rejected in Lithium and escalated?