Get conversation comments
GET {{baseUrl}}/iq/conversations/:conversationId/comments?page_size=30&next_page_token=<string>
Get comments for a specific conversation.
Scopes:
iq_comment:read
,
iq_comment:read:admin
Rate Limit Label
:
Medium
Request Params
| Key | Datatype | Required | Description |
| page_size
| number | | The number of records returned within a single API call. |
| next_page_token
| string | | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_size":30,"comments":[{"id":"\u003cstring\u003e","parent_comment_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e","user_email":"\u003cstring\u003e","created_time":"\u003cdateTime\u003e","last_modified_time":"\u003cdateTime\u003e","comment":"\u003cstring\u003e","mention_users":[{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"},{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"}],"mention_teams":[{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"},{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"}],"is_private":"\u003cboolean\u003e","time_in_recording":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","parent_comment_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e","user_email":"\u003cstring\u003e","created_time":"\u003cdateTime\u003e","last_modified_time":"\u003cdateTime\u003e","comment":"\u003cstring\u003e","mention_users":[{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"},{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e"}],"mention_teams":[{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"},{"team_id":"\u003cstring\u003e","team_name":"\u003cstring\u003e"}],"is_private":"\u003cboolean\u003e","time_in_recording":"\u003cstring\u003e"}]}