List topics pending moderation
GET {{baseUrl}}/api/v1/communityModeration/topics?status=<String>
This API lists a particular number of forum topics that are pending moderation, based on the limit defined.
OAuth Scope
Desk.community.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
categoryId | string | ID of the community category from which the topics must be fetched | |
from | string | Index number, starting from which the topics must be listed | |
limit | string | Number of topics to list | |
status | string | Moderation status of the topics. Values allowed are: AWAITINGAPPROVAL , SPAM , and TRASHED . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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":null,"type":"AGENT"},"trashedBy":null,"subject":"Topic 2","createdTime":"2018-10-16T09:42:12.716Z","id":"4000000019017","type":"QUESTION","permalink":"topic-2","categoryId":"4000000000017","status":"AWAITINGAPPROVAL"},{"summary":"Topic 1 dscription","creator":{"photoUrl":"https://desk.zoho.com/api/v1/portalUser/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":"END_USER"},"trashedBy":null,"subject":"Topic 1","createdTime":"2018-10-16T09:41:33.202Z","id":"4000000019003","type":"QUESTION","permalink":"topic-1","categoryId":"4000000000017","status":"AWAITINGAPPROVAL"}]}