Hi,
I am wondering if there is a possibility to hide the actual download url for a file when using Azure Files (as example) when returning the information from a (table) function.
When I use a regular table or view as an API endpoint, the result is a Thinkwise specific endpoint (which is how I would like to have it):

Unfortunately the endpoint should be filtered and I cannot force filtering using a table or view endpoint. I have implemented a function with a filter parameter, which returns the same table as the before shown view result. It however returns the data not exactly the same (and shows the physical url where the document can be found which makes it possible for someone who obtains this url can try to have a look around for other documents):

The question is if it is possible to use a function and return the same kind of url(s) as in the first example.

