Hi ,
Please can you suggest the way to list only files which are modified after specified date in the Content Server REST API .
I tried Filters concept as given in below link.
https://developer.opentext.com/webaccess/#url=/awd/resources/articles/868/opentext+restful+api+standard&tab=501
which is working for String/Numeric type field but its not working on the date fields.
The below is the example REST query I tried to fetch the data using modified date filter :
http://///api/v1/nodes//nodes?fields=data&where_modify_date='2014-09-19'
As the result for the above service call, I am getting every thing, and there is no filtering happening.
Please suggest is there any other work around for this.
Regards,
Thiru.