Community
Get Thread
Returns the full details of a discussion board thread.
GET
Get Thread
Get Thread
Returns the full details of a specific discussion board thread, including the original post content and metadata.Authentication
Requires a valid customer bearer token.Path Parameters
Numeric identifier of the thread.
Query Parameters
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=Subject,Message,Tags,MessageCount,LikeCount.Response
Returns a thread detail object with the following fields.Thread Fields
Identity
Content
Group
Activity
Video Conference
Nested Objects
Timestamps (from base)
Examples
Fetch thread
TypeScript Integration
Get Thread