List Collection Items

Get all items for a collection

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

collection_idstringRequiredformat: "uuid"
Unique identifier for a Collection

Headers

Accept-VersionstringOptional
The API version

Query parameters

offsetintegerOptional
Offset used for pagination if the results have more than limit records
limitintegerOptional

Maximum number of records to be returned (max limit: 100)

Response

Request was successful
itemslist of objects or null
List of Items within the collection
countinteger or null
Number of items returned
limitinteger or nullDefaults to 100
The limit specified in the request
offsetinteger or nullDefaults to 0
The offset specified for pagination
totalinteger or null
Total number of items in the collection

Errors