Skip to content

Content Search Default Item

The flat result shape returned from Knowledge Hub search for content snippets, external pages, uploaded files, and internal articles.

typestringrequired

The kind of content item.

Enum:"content_snippet""external_content""file_source_content""internal_article"
Example:"content_snippet"
idstring

The unique identifier of the content item.

Example:"123"
titlestring

The display title of the content item.

Example:"Billing FAQ"
{ "type": "content_snippet", "id": "123", "title": "Billing FAQ" }