Skip to main content
GET
List Discussion Threads

List Discussion Threads

Returns a list of discussion board threads for the community feature. Supports filtering by group, inbox type, keyword search, and tag.

Authentication

Requires a valid customer bearer token.

Query Parameters

groupId
number
required
Filter threads to a specific discussion group.
inbox
string
Inbox filter (e.g. null for all, or specific inbox type).
query
string
Keyword search filter.
tag
string
Filter by tag name.
_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=Records.Subject,Records.LastMessageUtc,Records.MessageCount.

Response

Returns a paginated list of thread summary objects.

Thread Summary Fields

Identity

Content

Author

Group & Location

Activity

Participation

User State

Timestamps

Examples

Fetch threads in a group

TypeScript Integration