Views API for folders in DNG
I am currently using the Views API to get the data displayed in a module view in DNG, which is very fast. Is there an equivalent API for getting data displayed in a folder view in DNG?
One answer
FYI there isn't a "Views API", your link is to part of the Reportable REST API.
You can use OSLC Query Capability for Requirements to query for artifacts with rm_nav:parent being the folder URL you're interested in, although that's not the same as the view in the sense that you won't query for a view and get just the columns in that view - you'll have to use oslc.select to specify the columns you want returned by the query.
To find folder URLs you can use the OSLC Query Capability for Folders to discover the folder hierarchy.