Catalogues

APIs related to Jewellery Catalogues

Get jewellery catalogues

get

Get list of jewellery catalogues. Can be filtered by portfolio code.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
portfolio_idstringRequired

Portfolio id to filter catalogues

Responses
chevron-right
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 · enumRequired

Visibility of the collection Values are:

  • PUBLIC: Visible to all
  • PROTECTED: Showcase view is protected by the password
  • PRIVATE: Not visible to anyone
Possible values:
descriptionstring · max: 512Optional

Description of the collection

tagsstring[]Optional

Tags associated with the collection

get
/catalogues

Get a jewellery catalogue

get

Get a jewellery catalogue details by id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

ID of the catalogue to fetch

Responses
chevron-right
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

get
/catalogues/{id}

Last updated