Hey all;
I’m just switching over to the new style API calls with items_page that allow filtering while the call is made. I just want to know if I can filter my updates (created_at) to return updates within the last 7 days. I’ve tried a range of query_params to no avail - I cant see how to filter an:
updates{
created_at }
Field to be greater than 7 days ago. (I am doing this in python, so can generate the date there and pass it back if its easier).
I cant find any easy to apply examples within the docs for update filtering at the items_page level (this may also be not possible and im barking up the wrong tree here) - I can always build out pagination if required, but would perfer to use filter criteria as our boards grow.
Thanks.