I just don't know and I didn't find in the documentation any way to do that..
I know how to do it through couchdb.. but not through dreamfactory
for example:
https://couchdb.com/newsfeed/_design/ordered/_view/byTime?limit=10&skip=0&descending=true
ordered is my design document
byTime is my view name
I tried to do the following:
https://df.enterprise.dreamfactory.com/api/v2/couch/_table/newsfeed?filter=_id=_design/ordered&api_key=***
but it says 'SQL-like filters are not currently available for CouchDB'