I currently feed data from multiple systems into Girder automatically- I need to be able to search for files inserted / modified after a specified date so that I can feed the data out to another system(s).
Looking through the API docs I don’t see a public method for performing this task. I was thinking that I would have to do something with metadata but it doesn’t seem like I can do non-equal searches.
Any ideas?