Skip to main content
GET
List Discussion Groups

List Discussion Groups

Returns the list of discussion board groups (categories/channels) available in the community. Used to populate group selectors and navigation.

Authentication

Requires a valid customer bearer token.

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. Example: _shape=Groups.Name,Groups.Description.

Response

Returns an array of group objects with the following fields.

Group Fields

Identity

Core

Nested Objects

Timestamps (from base)

Examples

Fetch groups

TypeScript Integration