Hi Mario,
Is it somehow possible to create collections or categories that are similar to the collection "updated today" but for the last 3,4,5 days (each a different category)?
Thanks for your help
Beb
Not that I'm aware of.
This would require data-driven categories which perform date arithmetic.
There is also no way to do this via variables, because this would again require date arithmetic to work.
Ok, thanks.
I process the files of that category by script, anyway.
So I could use the collection" modified last week" as a starting point and loop through all files checking the date.
Is the date information "last modified in database" somehow accessible to a script?
Ben
Yes. See the /files endpoint documentation. And you of course also have access to all variables.
Use the IMatch WebServices documentation App (in IMatch) for details about the /files endpoint.