Optional
fromOptional
include_Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optional
pagePage index of the results to return. First page is 0.
Optional
per_Number of results per page. Defaults to 50.
Optional
sortField to sort by. Use field:order
where order is 1
for ascending and -1
for descending. e.g. created_at:1
. We currently support sorting by the following fields: name
, display_name
and created_at
.
Optional
takeNumber of results per page. Defaults to 50.
Optional Id from which to start selection.