I would like to execute an (NXQL) query which would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to be working for me.
Could you please tell me is it (and how) possible to retrieve a document via REST API or .NET Client based on the download link of the asset(file:content/data)?
I look forward to hearing from you!
The reason I believe why querying based on file:content/data field is not working is because digest value is actually stored instead of link in a data field
Alternative Solution would be querying based on file:content/name. If you have a LINK like
Here '2017-Gartner-MQ-CSP.jpg' is the name of a file
So NXQL Query would be->
And REST API would be->