fragment: Indicates whether the component is a fragment. True if the component is a fragment, otherwise false.
property
contentLinkUuid: Represents a globally unique identifier for every instance of a content component (or fragment) rendered on a page.
Max Length: 256
property
data: The configuration data assigned to the component.
property
localized: Whether the component has been localized with content in the current locale. If false, the components content will fallback to the default locale.
property
visible: Whether the component is visible based on the current visiblity rules and context.
property
custom: Any custom data added by the custom code for this component.
property
designMetadata: Design metadata of the component. This includes information about the component type definition needed by the page designer for design-time functionality.
property
regions: The regions (and their assigned components) for the component.
parentFolderId: The id of the parent content folder.
Max Length: 256
property
name: The localized content folder name.
Max Length: 4000
property
description: The localized content folder description.
Max Length: 4000
property
pageDescription: The localized content folder page description.
Max Length: 4000
property
pageKeywords: The localized content folder page keywords.
Max Length: 4000
property
pageTitle: The localized content folder page title.
Max Length: 4000
property
folders: The array of content subfolders. This array can be empty.
ContentFolderResult
ContentFolderResult:{ data: Array<ContentFolder>; limit: number; total: number } & {}
property
data: List of content folders.
property
limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.
property
total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
ContentResult
ContentResult:{ data: Array<Content>; limit: number; total: number } & {}
property
data: List of content assets.
property
limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.
property
total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
hits: The sorted array of search hits. Can be empty.
property
selectedRefinements: Map of selected refinement attribute id/value(s) pairs. The sorting order is the same like in request URL.
property
refinements: The sorted array of search refinements. Can be empty.
property
offset: The zero-based index of the first hit/data to include in the result.
property
limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.
property
total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
title: A short, human-readable summary of the problem type. It will not change from occurrence to occurrence of the problem, except for purposes of localization
Max Length: 256
property
type: A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". It accepts relative URIs; this means that they must be resolved relative to the document's base URI, as per [RFC3986], Section 5.
Max Length: 2048
property
detail: A human-readable explanation specific to this occurrence of the problem.
property
instance: A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. It accepts relative URIs; this means that they must be resolved relative to the document's base URI, as per [RFC3986], Section 5.
aspectTypeId: The aspect type assigned to the page.
Max Length: 256
property
name: Display name of the page.
Max Length: 4000
property
description: Description of the page.
Max Length: 4000
property
pageTitle: The SEO title of the page.
Max Length: 4000
property
pageDescription: The SEO description of the page.
Max Length: 4000
property
pageKeywords: The SEO keywords of the page.
Max Length: 4000
property
data: The configuration data assigned to the page.
property
custom: Any custom data added by the custom code for the page type.
property
visible: Whether the page is visible based on the current visiblity rules and context.
property
localized: Whether the page has been localized with content in the current locale. If false, the page content will fallback to the default locale.
property
designMetadata: Design metadata of the page. This includes information about the page type definition needed by the page designer for design-time functionality.
property
regions: The regions (and their assigned components) for the page.
PaginatedResultBase:{ limit: number; offset: number; total: number } & {}
property
offset: The zero-based index of the first hit/data to include in the result.
property
limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.
property
total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
customerGroups: Map of customer group identifiers to their qualification status. True if the user is qualified, false otherwise.
property
campaignQualifiers: Map of campaign identifiers to a map of promotion identifiers and their qualification status. True if the user is applicable, false otherwise.
property
dataBindings: Resolved data binding objects grouped by provider type, then by record identifier. Used by the expression resolver to evaluate attribute expressions.
limit: Maximum records to retrieve per request. The limit with its constraints (minimum, maximum, default) is defined by the request parameter limit of the endpoint returning this schema.
property
total: The total number of hits that match the search's criteria. This can be greater than the number of results returned as search results are pagenated.
campaignId: The identifier of the campaign.
promotionId: The identifier of the promotion within the campaign.