List topics by user

GET {{baseUrl}}/api/v1/communityUsers/([0-9]+)/topics

This API lists a particular number of topics by a user, based on the limit defined.

OAuth Scope

  • Desk.community.READ

Request Params

KeyDatatypeRequiredDescription
categoryIdstringID of the community category from which the topics must be fetched
fromstringIndex number, starting from which the topics must be listed
limitstringNumber of topics to list
typestringType of topics. Values allowed are: ANNOUNCEMENT, DISCUSSION, IDEA, PROBLEM, and QUESTION.
startTimestringStarting time of the time range in which the topics should have been created. The value must be expressed according to the GMT time zone.
endTimestringEnding time of the time range in which the topics should have been created. The value must be expressed according to the GMT time zone.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"summary":"topic 2's description","creator":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user 2","id":"7000000015972","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"},"type":"AGENT","status":"ACTIVE"},"latestCommentTime":"2018-10-16T10:42:12.716Z","subject":"Topic 2","likeCount":"1","label":"NOSTATUS","type":"QUESTION","latestCommenter":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015172/photo?orgId=123456","name":"user 3","id":"7000000015172","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"},"type":"AGENT","status":"ACTIVE"},"commentCount":"1","createdTime":"2018-10-16T09:42:12.716Z","id":"4000000019017","permalink":"topic-2","categoryId":"4000000000017","status":"PUBLISHED"},{"summary":"Topic 1 description","creator":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user2","id":"7000000015972","label":{"preferences":{"shape":"RECTANGLE","bgColor":"#23F123","textColor":"#2CA123"},"name":"Admin","id":"6000000158001","logoUrl":"https://desk.zoho.com/portal/api/publicImages/6000000158231?orgId=14132"},"type":"AGENT","status":"ACTIVE"},"latestCommentTime":"2018-10-16T09:41:33.202Z","subject":"Topic 1","likeCount":"1","label":"NOSTATUS","type":"QUESTION","latestCommenter":null,"commentCount":"0","createdTime":"2018-10-16T09:41:33.202Z","id":"4000000019003","permalink":"topic-1","categoryId":"4000000000017","status":"PUBLISHED"}]}