Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the bundle.
Query Parameters
The maximum number of resources to return from the beginning of the list. Default is 200, max is 1000.
A cursor indicating where to start fetching items after a specific point.
Response
200 - application/json
A list of resources for the bundle.
The cursor used to obtain the current result page.
Example:
"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ"
The cursor with which to continue pagination if additional result pages exist.
Example:
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
The total number of items in the result set.
Example:
2

