dhiraj_gophane
Leader
Joined 13 years ago
Joined 13 years ago
Hello Everyone,
Following REST call worked for me which I got from support team.
SELECT * FROM messages WHERE conversation.style = 'idea' AND conversation.last_post_time > 2015-12-01T10:04:30-08:00
AND conversation.last_post_time < 2015-12-31T10:04:30-08:00 AND depth=0 ORDER BY conversation.last_post_time DESC
Also followiong article is helful,
http://community.lithium.com/t5/Community-API-v2/Message-resource/ta-p/113091
Regards,
Dhiraj