INTERACT FORUM

Networks and Remotes => Media Network => Topic started by: cliff_g on December 13, 2010, 04:55:40 pm

Title: WSDL Date Imported Search
Post by: cliff_g on December 13, 2010, 04:55:40 pm
Hi

Been looking at the new features in the WSDL library and looking good.

Is it possible using the search function to get a list of tracks imported/modified since a particular date?

For example I use this...

Code: [Select]
Uri uri = new Uri("http://localhost:52199/MCWS/v1/Files/Search?Query=([Key]=[" + trackKey + "])&Output=mpl");
...to search for a particular track by key.

Cheers
Cliff