Section Object


Properties
idstringRead-onlyformat GUID

Section ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the section is updated. To prevent conflicting changes, the current revision must be passed when updating the section. Ignored when creating a section.


createdDatestringRead-onlyformat date-time

Date and time the section was created.


updatedDatestringRead-onlyformat date-time

Date and time the section was updated.


namestringminLength 1maxLength 500

Section name.


descriptionstringmaxLength 1500

Section description.


imageImage

Main section image.


additionalImagesArray <Image>maxItems 100

Additional section images.


itemIdsArray <string>format GUIDmaxItems 1000

Item IDs.


extendedFieldsExtendedFields

Extended fields.


visibleboolean

Whether the section is visible in the menu for site visitors.

Did this help?