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.
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.
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.
id: Component identifier.
typeId: Component type identifier.
data: The configuration data assigned to the component.
custom: Any custom data added by the custom code for this component.
regions: The regions (and their assigned components) for the component.