Content Object


Properties
createdDatestringRead-onlyformat date-time

Date and time the translation content was created.


entityIdstringimmutableminLength 1maxLength 100

A unique identifier defined by the app developer to differentiate translation content for various entities within the site. For example, if an app developer is creating translation content for blog posts, the entityId can be 'blog-posts-1'.


fieldsMap <string, ContentField>minItems 0maxItems 2000format map

List of fields for the translation content. This property uses a string to map to a ContentField (Map<string, ContentField>). The string serves as a key, which you'll need to access each field in the content and when referencing a translation schema.


idstringRead-onlyformat GUID

Translation content ID.


localestringformat LANGUAGE_TAGimmutable

Translation content locale.


parentEntityIdstringminLength 1maxLength 100

A reference to the parent content. For example, if the content is a menu item, this property would contain the entityId of the menu it belongs to.


previewFieldstringRead-onlymaxLength 20000

Contains the value of the preview field if the schema defines one.


publishStatusstringRead-only

The aggregated published status across all content fields.


schemaIdstringimmutableformat GUID

Translation schema ID.


updatedDatestringRead-onlyformat date-time

Date and time the translation content was updated.

Did this help?