Using Items_Page to filter Updates based on a date field

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.

Hello there @Macmy034 and welcome to the community!

I hope you like it here :muscle:

If I understand correctly, you want to get a list of items from a board where the last update was created in the last 7 days.

If that is the case, it is not possible to use such a filter.

If you are trying to get updates directly (and not items) it is not possible either since the updates resolver does not have such capability.

Let me know if you have any other questions :slightly_smiling_face:

Cheers,
Matias