Can I get the data (folders and files) from a Concrete View?
For example:
/sites/testSite/test/_api/web/lists/getByTitle('Document%20Library')/items
Can I get the data (folders and files) from a Concrete View?
For example:
/sites/testSite/test/_api/web/lists/getByTitle('Document%20Library')/items
You'd need to manually get the view and it's columns, filters, sorts, etc in one query, then manually create the next rest call.... would be easier to just use JSLink on the Document Library webpart if you want to be able to change the filter/sort/columns on the fly--it will be specific to the view of the webpart, so after setting up the jslink you can just change the view.