the current data context
a function for retrieving a paged array of contacts
Returns an array of contacts for the provided page specifications.
the limiter defining which contacts to return (a contact type or a set of UUIDs)
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 contacts to return. Default is 100.
a page of contacts for the provided specification
getAll which provides the same data, but without having to manually account for paging
Returns a function for retrieving a paged array of contacts from the given data context.