Skip to main content
GET
List Thread Messages

List Thread Messages

Returns all messages (replies) in a specific discussion board thread, in chronological order.

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=Records.Message,Records.User,Records.PostedOn.

Response

Returns an array of message objects with the following fields.

Message Fields

Identity

Content

Nested Objects

Timestamps (from base)

TypeScript Integration