Rich Content Object


Properties
idstringRead-onlyformat GUID

Rich content ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the rich content is updated. To prevent conflicting changes, the existing revision must be used when updating rich content.


createdDatestringRead-onlyformat date-time

Date and time when rich content was created.


updatedDatestringRead-onlyformat date-time

Date and time the rich content was updated.


eventIdstringformat GUID

ID of the event to which rich content is applied.


fieldNamestringminLength 1maxLength 50

Field name whose value uses rich content. For the event description, specify the about value.


contentContent

Rich content of the event description.

See Ricos document reference

extendedFieldsExtendedFields

Custom field data for the rich content object.

Note: You must configure extended fields using schema plugin extensions in your app's dashboard before you can access the extended fields with API calls.

Did this help?