Get the posts for specified time range in V1 or V2
As per this reply from NicoB, we need to find the posts in the community created within the last 1 week.
Instead of the board, I am trying this call for category, but it is not working, though it is not working for board as well.
Category:
/restapi/vc/search/messages/count?q=category_id:CATEGORY_ID%20AND%20date:[1453870303%20TO%201454563405]&sort_by=date
Board:
/restapi/vc/search/messages/count?q=board_id:BOARD_ID%20AND%20date:[1453870303%20TO%201454563405]&sort_by=date
Unfortunately, there is no way in V2 to get the posts in a timerange as it needs depth=0, which means it only fetch the topics, is there any other way in V2 to fetch posts/replies in a time range?
Also, if I click the link in the screenshot below in NicoB’s post, it returns the result, but if I copy paste that in browser, it doesn’t, any reasons?