List Collection Items

GET

Get all items for a collection

Path parameters

collection_idstringRequired

Unique identifier for a Collection

Headers

Accept-VersionstringOptional

The API version

Query parameters

offsetdoubleOptional

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

limitdoubleOptional

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

Response

Request was successful

itemslist of objectsOptional

List of Items within the collection

countdoubleOptional

Number of items returned

limitdoubleOptionalDefaults to 100

The limit specified in the request

offsetdoubleOptionalDefaults to 0

The offset specified for pagination

totaldoubleOptional

Total number of items in the collection