List Collection Items
Get all items for a collection
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Query parameters
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
Response
Request was successful
items
List of Items within the collection
count
Number of items returned
limit
The limit specified in the request
offset
The offset specified for pagination
total
Total number of items in the collection