Community
List Discussion Threads
Returns discussion board threads filtered by group, inbox, query, and tag.
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
Filter threads to a specific discussion group.
Inbox filter (e.g.
null for all, or specific inbox type).Keyword search filter.
Filter by tag name.
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
List Discussion Threads