An individual search result.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int | The ID of the content. | |
| Score | decimal | The matching score of the document. | |
| Type | string | The type of document. Can be `SITE_PAGE`, `LANDING_PAGE`, `BLOG_POST`, `LISTING_PAGE`, or `KNOWLEDGE_ARTICLE`. | |
| Domain | string | The domain the document is hosted on. | |
| Url | string | The url of the document. | |
| FeaturedImageUrl | string | URL of the featured image. | [optional] |
| Language | string | The document's language. | [optional] |
| Title | string | The title of the returned document. | [optional] |
| Description | string | The result's description. The content will be determined by the value of `length` in the request. | [optional] |
| Category | string | For knowledge articles, the category of the article. | [optional] |
| Subcategory | string | For knowledge articles, the subcategory of the article. | [optional] |
| AuthorFullName | string | Name of the author. | [optional] |
| Tags | List<string> | If a blog post, the tags associated with it. | [optional] |
| TableId | long | If a dynamic page, the ID of the HubDB table. | [optional] |
| RowId | long | If a dynamic page, the row ID in the HubDB table. | [optional] |
| PublishedDate | long | The date the content was published. | [optional] |
| CombinedId | string | The ID of the document in HubSpot. | [optional] |