Portfolios

APIs related to Jewellery Portfolios

Get jewellery portfolios

get

Get list of jewellery portfolios

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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
/portfolios

Get a jewellery portfolio

get

Get a jewellery portfolio details by id

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

ID of the portfolio to fetch

Responses
chevron-right
200

OK

application/json

A jewellery portfolio

idstring · uuidRead-onlyRequired

Unique identifier of the portfolio

codestringRequired

Code of the portfolio

namestringRequired

Name of the portfolio

tagsstring[]Optional

Tags associated with the portfolio

typestringRequired

Type of the portfolio

get
/portfolios/{id}

Last updated