If using Domino Access View to access a database view as a REST call, is there anyway to pass view selection parameters as part of the URL query string, specifically to accept a date range? This is to limit results to certain criteria?
I have seen the 'keys' and 'keysmatch' params but this won't help with the range selection issue.
Suspecting no, but just wanted some expert feedback!
As far as I know this is not possible. You can use the query parameter to retrieve documents matching the search query you submit (which performs a domino ftsearch) .
More details can be found in the documentation here: View/folder entries GET