Returns all published FAQ entries for the current location.
FaqList object containing FAQ entries grouped by category.
| Field | Type | Description |
|---|---|---|
Categories | string[] | Array of distinct FAQ group/category names |
OpenAiEnabled | boolean | Whether AI-powered FAQ search is enabled |
| Field | Type | Description |
|---|---|---|
Id | number | Unique numeric identifier for the FAQ |
UniqueId | string | Globally unique identifier |
Title | string | FAQ question / title |
SummaryText | string | Short answer summary |
FullText | string | Full answer body (HTML) |
GroupName | string | Category name the FAQ belongs to |
DisplayOrder | number | Sort order within the group |
Active | boolean | Whether the FAQ is published |
HasImage | boolean | Whether the FAQ has a thumbnail image |
HasLargeImage | boolean | Whether the FAQ has a large image |
CreatedOn | string | Date created (business-local time) |
UpdatedOn | string | null | Date last updated (business-local time) |