Last updated 3 years ago
Was this helpful?
_**_Import
const Views = org.objects.views; // import Views from 'views'; // const Views = CortexObject.as('views');
Methods
Run a stored View.
Arguments
name (String) the view name
name
options
where
map
group
sort
paths
limit
skip
pipeline
Returns
Object[]
Runs a stored View and returns a cursor (without fetching any results) which can be returned from a route script and streamed directly through the api. See