Forum Discussion

dhiraj_gophane's avatar
9 years ago

Get all ideas in community posted in last 30 days

Hi All,   We need to fetch ideas for last 30 days from whole comminity using REST API call. Could you please let us know.   Regards, Dhiraj
  • dhiraj_gophane's avatar
    dhiraj_gophane
    9 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