the current data context
a function for retrieving a paged array of report identifiers
Returns an array of report identifiers for the provided page specifications.
the limiter defining which identifiers to return
the token identifying which page to retrieve. A null
value indicates the first page should be
returned. Subsequent pages can be retrieved by providing the cursor returned with the previous page.
the maximum number of identifiers to return. Default is 10000.
a page of report identifiers for the provided specification
Returns a function for retrieving a paged array of report identifiers from the given data context.
Throws
Error if a data context is not provided
See
getUuids which provides the same data, but without having to manually account for paging