Get Collection Item

Get an item in 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
item_idstringRequiredformat: "uuid"
Unique identifier for and Item

Headers

Accept-VersionstringOptional
The API version

Response

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

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error