Skip to content

Side Conversation List

A paginated list of side conversations for a conversation.

typestring

The type of the response object.

Value:"side_conversation.list"
Example:"side_conversation.list"
side_conversationsArray of objects(Side Conversation Summary)

An array of side conversation objects.

total_countinteger

The total number of side conversations.

Example:1
pagesobject

Pagination metadata.

{ "type": "side_conversation.list", "side_conversations": [ {} ], "total_count": 1, "pages": { "type": "pages", "page": 1, "per_page": 25, "total_pages": 1 } }