Hello Sarah,
The API documentation you've just sent me, seen to be a little off, cause when I use the addresses given, for example:
http://<storage service URL>/api/v2/search/file/
I get a 404 error - page not found . I've started experimenting and got more lucky with the following:
http://<storage service URL>/api/v2/file/?format=json
But still, when I search for a partial filename, it always returns me everything, no matter what name I give, instead of a filtered result:
http://<storage service URL>/api/v2/file/?name=test2&format=json
Does it allows me to search for the filename this way? I only need to get the info of the single file I'm searching for, because on hundreds of files archived, I can't have the whole list returned to the framework, it's not cost effective.
Thank you