List digest instances
Returns the digest instances for a schedule, one per user, with cursor paging. Use it to see what has accumulated before a digest releases.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the digest schedule, in the form sch/{uuid}. The value must be URL-encoded (e.g. sch%2F00000000-0000-0000-0000-000000000000).
Query Parameters
A cursor token from a previous response, used to fetch the next page of results.
The maximum number of digest instances to return. Defaults to 20, with a maximum of 100.
x <= 100Response
Always list for a paginated list response.
list The digest instances for this page of results.
Whether there are more digest instances to fetch using the cursor.
A cursor token for fetching the next page of results, or null when there are none.
The path of the current request.
The path to fetch the next page of results, or null when there are none.