mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-10 23:13:10 +00:00
23 lines
564 B
YAML
23 lines
564 B
YAML
tags:
|
|
- Conversations API
|
|
operationId: list-all-contact-conversations
|
|
summary: List all conversations
|
|
description: List all conversations for the contact
|
|
security: []
|
|
responses:
|
|
'200':
|
|
description: Success
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
description: 'Array of conversations'
|
|
items:
|
|
$ref: '#/components/schemas/public_conversation'
|
|
'401':
|
|
description: Unauthorized
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '#/components/schemas/bad_request_error'
|