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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"defaultTopicType":"QUESTION","enabledTopicTypes":["DISCUSSION","ANNOUNCEMENT","QUESTION"],"disabledTopicTypes":["IDEA","PROBLEM"]}