Skip to main content

GET

The content search page query is intended to be used on a separate part of a site, such as an FAQ or a customer service section. A content search page query will return a search result content listing with applicable sort orders and total hits.

Request

bash

Response

ContentSearchPageResult

The object representation of the content search page result.

POST

The content search page query is intended to be used on a separate part of a site, such as an FAQ or a customer service section. A content search page query will return a search result content listing with applicable sort orders and total hits.

Request

application/json;charset=utf-8

ContentSearchPageRequestSettings

A configuration object allowing filter restrictions of the primary listing, i.e. the search results.
bash

Response

ContentSearchPageResult

The object representation of the content search page result.

Inner Schemas

AutoCorrect

ContentFilter

Content filters can be applied to most content listings and are included in the request body for the target listing. Applying a filter will restrict the set of returned content and can only be string value filters e.g. not numeric. Listing multiple attributes to filter on will restrict the content to all conditions (logical AND). When listing values within one attribute, content with any of the listed properties apply (logical OR). In addition, any custom attribute can be used as a value filter, through prefixing the attribute to be filtered with custom., for example custom.season. The following example filters on content having both a specific designer and one or both seasons listed: {"custom.designer": "Langdon","type": "article", "custom.season": ["Winter", "Spring"]}

ContentItem

Object representation of the content item.

ContentSortOrder

CustomAttribute

DidYouMean

Image

The object representation of an image.

PrimaryContentList

The object representation of the primary content list.

PrimaryContentListSettings

A configuration object allowing filter restrictions of the primary listing, i.e. the search results.

SortOption

SortOrderV2 (enum)

Source

Last modified on August 31, 2026