# CommsListConversationsByParticipantResponse

Model ID: `CommsListConversationsByParticipantResponse`

Response for GET /communications/conversations/by-participant.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `conversations` | array of [`ConversationRecord`](./ConversationRecord.md) | Yes |  |  |  | No | Conversations that include the given `participantId`. |
| `total` | `integer` | Yes |  |  |  | No | Number of conversations in this response. |

## Example

None declared in canonical OpenAPI.
