POST {{baseUrl}}/iq/conversations/:conversationId/comments
Add new comments to a specific conversation. Scopes: Rate Limit Label: iq_comment:write
,iq_comment:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"parent_comment_id": "<string>",
"user_name": "<string>",
"user_email": "<string>",
"created_time": "<dateTime>",
"last_modified_time": "<dateTime>",
"comment": "<string>",
"mention_users": [
{
"user_id": "<string>",
"user_name": "<string>"
},
{
"user_id": "<string>",
"user_name": "<string>"
}
],
"mention_teams": [
{
"team_id": "<string>",
"team_name": "<string>"
},
{
"team_id": "<string>",
"team_name": "<string>"
}
],
"is_private": "<boolean>",
"time_in_recording": "<string>"
} |
ENDPOINTS