Published Content Object


Properties
entityIdstringRead-onlymaxLength 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'.


extendedFieldsExtendedFields

Custom field data for the published content object.


fieldsArray <PublishedContentField>minItems 0maxItems 2000

List of fields that have been translated and published for the given locale.


idstringRead-onlyformat GUID

Published content ID.


localestringRead-onlyformat LANGUAGE_TAG

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


schemaKeySchemaKey

Schema key of the published content.

Did this help?