Project Object


Properties
idstringRead-onlyformat GUID

Project ID.


revisionintegerRead-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.


titlestringmaxLength 100

Project title.


descriptionstring

Project description.


hiddenboolean

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


collectionIdsArray <string>format GUIDmaxItems 1000

IDs of the collections that include the project.


detailsArray <ProjectDetail>

Project details.


slugstring

Project slug.


createdDatestringRead-onlyformat date-time

Date and time the project was created.


updatedDatestringRead-onlyformat date-time

Date and time the project was updated.


urlUrlRead-only

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


seoDataSeoData

Project SEO data.


ONE OF:

coverImageCoverImage

Project cover image.


coverVideoCoverVideo

Project cover video.

Did this help?