Published Content Object


Properties
idstringRead-onlyformat GUID

Published content ID.


schemaKeyobject

Schema key of the published content.


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


localestringRead-onlyformat LANGUAGE_TAG

Published content locale.


fieldsArray <PublishedContentField>minItems 0maxItems 2000

List of fields that have been translated and published for the given 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.


extendedFieldsobject

Custom field data for the published content object.

Was this helpful?
Yes
No