Forum Discussion

BlairPo's avatar
BlairPo
Lithium Alumni (Retired)
13 years ago

Filtering messages by post time

Hello,

 

How do I filter messages by post_time?  

 

I can retrieve a set of messages from the speakers board:

 

http://community.demo.lithium.com/community/restapi/vc/boards/id/speakers/search/messages?q=%20help+speaker+placement

 

But I want to be able to filter out these messages by specifying a range for post_time.  The only possible solution I can think of is to use the sort_by URL in the API call but then I would have to then narrow down the page size.  Is that correct?