Skip to main content
GET
List FAQs

List FAQs

Returns the complete list of published FAQ entries for the current location, organised by group. Used to render the FAQ page in the portal.

Authentication

No authentication required.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Returns a FaqList object containing FAQ entries grouped by category.

Top-Level Fields

FaqArticles Array

Examples

Fetch FAQs

TypeScript Integration