Confluence Questions REST ResourcesPUBLIC SINCE 2.3
by Atlassian for Confluence Server 5.3+
topicStatisticsDTO element
| Type: | topicStatisticsDTO |
Example JSON
{
"totalWatchersCount" : ...,
"questionsCount" : ...,
"topic" : {
"featured" : false,
"avatarDownloadPath" : "...",
"name" : "...",
"description" : "...",
"isWatching" : false,
"idAsString" : "...",
"url" : "...",
"id" : ...
},
"watchers" : [ {
"phone" : "...",
"department" : "...",
"name" : "...",
"email" : "...",
"position" : "...",
"fullName" : "...",
"location" : "...",
"avatarDownloadPath" : "...",
"userKey" : "..."
}, ... ],
"answersCount" : ...
}