Skip to content

Content Search Result

A single search result. The type field discriminates between the flat shape used for snippets, external pages, files, and internal articles, and the nested shape used for help center articles.

typestringrequired

The kind of content item.

Enum:"content_snippet""external_content""file_source_content""internal_article"
Example:"content_snippet"
Discriminator
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" }