the current data context
a function for retrieving a paged array of report summaries
Returns a page of summary records for the reports identified by the given qualifier. Any identifiers that do not identify an existing report are silently omitted from the result.
the identifiers of the reports to summarise
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 summaries to return. Default is 100.
a page of report summaries for the provided specification
getSummaries which provides the same data, but without having to manually account for paging
Returns a function for retrieving a paged array of report summaries from the given data context.