Skip to main content
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

threadId
number
required
Numeric identifier of the thread.

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=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