Collection Object


Properties
coverImageCoverImage

Collection cover image.


createdDatestringRead-onlyformat date-time

Date and time the collection was created.


descriptionstring

Collection description.


hiddenboolean

Whether the collection is hidden from the portfolio. Default: false


idstringRead-onlyformat GUID

Collection ID.


revisionstringRead-onlyformat uint64

Revision number, which increments by 1 each time the collection is updated. To prevent conflicting changes, the existing revision must be passed when updating the collection object.


seoDataSeoData

Collection SEO data.


slugstring

Collection slug.


sortOrdernumberformat double

Index that determines which position a collection is displayed in the portfolio.

Default: Epoch timestamp.


titlestringmaxLength 100

Collection title.


updatedDatestringRead-onlyformat date-time

Date and time the collection was updated.


urlUrlRead-only

Collection page URL and relative path. Returned when includePageUrl is true in the request.

Did this help?