List topic comments
GET {{baseUrl}}/api/v1/communityTopics/:id/comments
This API lists a particular number of comments on a topic, based on the limit defined.
OAuth Scope
Desk.community.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the comments must be listed | |
limit | string | Number of comments to list | |
latestCommentsFirst | string | Key that defines the listing order of the comments. Setting TRUE lists the latest comments first (descending order) and setting FALSE lists the oldest comments first (ascending order). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"modifiedTime":"2018-10-16T10:29:15.219Z","creator":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user1","id":"7000000015971","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"}},"attachments":[{"size":"1166","name":"download (1).png","id":"4000000019033","href":"https://desk.zoho.com/api/v1/topics/4000000019003/comments/4000000019013/attachments/4000000019033/content?orgId=123456"}],"replies":[],"createdTime":"2018-10-16T09:41:40.077Z","id":"4000000019013","content":"\u003cdiv\u003ecomment 1\u003cbr /\u003e\u003c/div\u003e","status":"PUBLISHED"},{"modifiedTime":"2018-10-16T10:28:59.495Z","creator":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user 1","id":"7000000015971","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"}},"attachments":[],"replies":[{"modifiedTime":"2018-10-16T10:22:46.893Z","creator":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user 1","id":"7000000015971","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"}},"attachments":[],"createdTime":"2018-10-16T10:22:46.893Z","parentCommentId":"4000000019029","id":"4000000019031","content":"test 3","status":"PUBLISHED"}],"createdTime":"2018-10-16T10:21:00.386Z","id":"4000000019029","content":"\u003cdiv\u003ecomment 3\u003c/div\u003e","status":"PUBLISHED"}]}