I used
https://api.box.com/2.0/search?query=sometext&updated_at_range=2018-05-10T13:35:01-07:00,2018-06-28T17:35:01-07:00
which gives me files (containing the sometext as specified in query) updated in the specified range.
But I want to get all files updated in a specified range (in an incremental style to avoid loading of old files) without any query string = sometext.
I am not getting how to use metadata filter.