Chatwoot/swagger/definitions/resource/conversation.yml
2020-03-11 16:19:13 +05:30

27 lines
681 B
YAML

type: object
properties:
id:
type: number
description: ID of the conversation
messages:
type: array
inbox_id:
type: number
description: ID of the inbox
status:
type: string
enum: ['open', 'resolved', 'bot']
description: The status of the conversation
timestamp:
type: string
description: The time at which conversation was created
user_last_seen_at:
type: string
agent_last_seen_at:
type: agent_last_seen_at
unread_count:
type: number
description: The number of unread messages
additional_attributes:
type: object
description: The object containing additional attributes related to the conversation