View comments from a Chat view.
If you do not include the start
and start_id
parameters, this endpoint will return the most recent 25 comments.
Use the start
and start id
parameters of the oldest comment to retrieve the next 25 comments.
{- "comments": [
- {
- "id": "459",
- "comment": [
- {
- "text": "View comment content"
}
], - "comment_text": "View comment content",
- "user": {
- "id": 183,
- "username": "John Doe",
- "initials": "JD",
- "email": "johndoe@gmail.com",
- "color": "#827718",
}, - "resolved": false,
- "assignee": null,
- "assigned_by": null,
- "reactions": [ ],
- "date": "1568036964079",
- "reply_count": "1"
}
]
}