v1
latestOpenAPI 3.0.02026-07-1412360190.8 KBConversations
Gets a list of communities
Gets a list of communities. This endpoint can be used to explore the communities the authenticated user could join. OauthScopes: READ_CONVERSATIONS
get/conversations/community
Query parameters
sort'ALPHABETICALLY' | 'RECENT_ACTIVITY' | 'POPULARITY'
Defines the type of sorting for the community conversations (default is alphabetical)
order'ASCENDING' | 'DESCENDING'
Defines the ordering of the conversations (default is ascending)
includeOwnboolean
If set to false only conversations are returned where the user is no member of, otherwise all community conversations are returned
startIndexnumber
The index of the conversation that is the first one that has to be returned. E.g. if a request starts with startIndex 40 and results 20 the conversations 40 to 60 are returned
resultsnumber
The maximum number of returned results (default 25). The maximum allowed value is 100.
Response
The matching conversations