Just to clarify things:
http://localhost:52199/MCWS/v1/Files/Current?action=JSON does work UNTIL you go to something like the search page with a search result with more than one file. Then the MCWS call delivers ALL files in the search result. This is not the desired result in my use case! Also the huge amount of returned data (from the search result) stalls my automation and everything becomes sluggish, slow and unresponsive.
Therefore I used the additional parameter ActiveFileOnly=1 with the intent to reduce the data to ONLY the selected item under the selection box. This SHOULD return only one file. I thought this would return only the selected file with the selection box around it. It did not. It STILL returns all files on the search page. So I considered this a bug as the result is not limited to one file only.
I am looking for an option that ONLY and really ONLY delivers the file that is below the selection box in Theater View.
In search view when you are over the the virtual keyboard (selection box is around a letter) NO file should be returned unless you go to the right and select a file from the result. And then ONLY ONE file (the one where the selection box is around) shall be returned.
I hope that clarified the issue.
So I want to get the selection box file ONLY on every page and in any case in Theater View. If the selection box is above NO file (e.g. over the virtual keyboard letters) then no file shall be returned.
THX