Catalogues
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
portfolio_idstringRequired
Portfolio id to filter catalogues
Responses
200
OK
application/json
A jewellery collection
idstring · uuidRead-onlyOptional
Unique identifier of the collection
showcase_profile_idnumberRequired
Id of the associated showcase
namestring · max: 32Required
Name of the collection
visibilitystring · enumRequiredPossible values:
Visibility of the collection Values are:
PUBLIC: Visible to allPROTECTED: Showcase view is protected by the passwordPRIVATE: Not visible to anyone
descriptionstring · max: 512Optional
Description of the collection
tagsstring[]Optional
Tags associated with the collection
403
Unauthorized
application/json
422
Unprocessable Entity
application/json
get
/cataloguesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the catalogue to fetch
Responses
200
OK
application/json
A jewellery catalogue
idstring · uuidRead-onlyRequired
Unique identifier of the catalogue
codestringRequired
Code of the catalogue
namestringRequired
Name of the catalogue
tagsstring[]Optional
Tags associated with the catalogue
typestringRequired
Type of the catalogue
403
Unauthorized
application/json
404
Catalogue not found
application/json
get
/catalogues/{id}Last updated