List Collection Items

Get all items for a collection

Path parameters

collection_idstringRequiredformat: "uuid"

Unique identifier for a Collection

Headers

AuthorizationstringRequired

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

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 objectsOptional

List of Items within the collection

countintegerOptional

Number of items returned

limitintegerOptionalDefaults to 100

The limit specified in the request

offsetintegerOptionalDefaults to 0

The offset specified for pagination

totalintegerOptional

Total number of items in the collection

Errors