Get topic types
GET {{baseUrl}}/api/v1/communityTopicTypes
This API fetches the topic types defined in the user community of your help desk portal.
OAuth Scope
Desk.community.READ
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"defaultTopicType":"QUESTION","enabledTopicTypes":["DISCUSSION","ANNOUNCEMENT","QUESTION"],"disabledTopicTypes":["IDEA","PROBLEM"]}