2020-02-23 19:21:31 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
data:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
meta:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
mine_count:
|
|
|
|
type: number
|
|
|
|
unassigned_count:
|
|
|
|
type: number
|
2022-04-11 11:13:09 +00:00
|
|
|
assigned_count:
|
|
|
|
type: number
|
2020-02-23 19:21:31 +00:00
|
|
|
all_count:
|
|
|
|
type: number
|
|
|
|
payload:
|
|
|
|
type: array
|
|
|
|
description: 'array of conversations'
|
|
|
|
items:
|
|
|
|
allOf:
|
|
|
|
- $ref: '#/definitions/generic_id'
|
|
|
|
- $ref: '#/definitions/conversation'
|
|
|
|
- $ref: '../contact/conversation.yml'
|