We can search based on the date and time it was created. If anything is modified for the existing evidence locks, searching for recent evidence locks will not provide us with the modified ones. We also need to fetch based on the modified date and time. Is it supported in any way?
The MarkedDataSearch method on the ServerCommandService API only has one signature and modified time isn’t a parameter unfortunately. The returned VideoOS.Common.Proxy.Server.WCF.MarkedData objects have a LastModified property you could evaluate after retrieving records, but if there are hundreds of thousands of records (or millions - which is something I’ve seen), then that would obviously be a more expensive search than a query directly on LastModified backed by a database index.