FeedbackCommentTreeRead
A reviewer comment on a dialogue, with its nested replies. A comment is scoped to exactly one of: a message (optionally a character range within it), a rating, or another comment; otherwise it is dialogue-level.
The comment text.
Whether the comment is open or resolved.
Possible values: [open, resolved]
openID of the dialogue (conversation) this record relates to.
message_id object
ID of the message the comment is attached to, if message-scoped.
- integer
- null
msg_start_idx object
Start character index for an inline partial-message comment.
- integer
- null
msg_end_idx object
End character index for an inline partial-message comment.
- integer
- null
rating_id object
ID of the rating the comment is attached to, if rating-scoped.
- integer
- null
comment_id object
ID of the parent comment, if this is a reply.
- integer
- null
Unique numeric identifier of the record.
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
author objectrequired
A platform user (without credentials).
Unique numeric identifier of the record.
The user's login name.
email object
Email used to match this local user during Yandex ID OAuth login, if configured.
- string
- null
The user's role — user, manager, or admin.
Possible values: [user, manager, admin]
Whether this user is allowed to authenticate and use the platform.
trueCreation time (UTC, ISO 8601).
Company memberships granted to this user. Admin users can access all companies.
message_context object
- FeedbackCommentMessageContextRead
- null
Unique numeric identifier of the record.
file_caption object
- string
- null
quote object
- string
- null
kanban_card object
- FeedbackKanbanCardRead
- null
ID of the dialogue (conversation) this record relates to.
Possible values: [new, grooming, in_progress, done]
Possible values: >= 0
Unique numeric identifier of the record.
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
{
"text": "string",
"author_id": 0,
"state": "open",
"dialogue_id": 0,
"message_id": 0,
"msg_start_idx": 0,
"msg_end_idx": 0,
"rating_id": 0,
"comment_id": 0,
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"author": {
"id": 0,
"username": "string",
"email": "string",
"role": "user",
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z",
"company_ids": [
0
]
},
"message_context": {
"id": 0,
"message": "string",
"file_caption": "string",
"display_text": "string",
"quote": "string"
},
"replies": [
null
],
"kanban_card": {
"comment_id": 0,
"dialogue_id": 0,
"column": "new",
"order": 0,
"notes": "",
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}