Project Object


Properties
collectionIdsArray <string>format GUIDmaxItems 1000

IDs of the collections that include the project.


One Of

coverImageImage

Project cover image.


coverVideoVideo

Project cover video.


createdDatestringRead-onlyformat date-time

Date and time the project was created.


descriptionstring

Project description.


detailsArray <ProjectDetail>

Project details.


hiddenboolean

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


idstringRead-onlyformat GUID

Project ID.


revisionstringRead-onlyformat uint64

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


seoDataSeoSchema

Project SEO data.


slugstring

Project slug.


titlestringmaxLength 100

Project title.


updatedDatestringRead-onlyformat date-time

Date and time the project was updated.


urlPageUrlV2Read-only

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


watermarkWatermark

Optional watermark that can be applied to all project's images.

Did this help?