Community
List Thread Messages
Returns all messages (replies) in a discussion board thread.
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
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=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
List Thread Messages