Aggregated statistics for a community
Properties
activePostersCount
integer
Optional
Number of unique posters in the last 30 days
minimum: 0activeUserCount
integer
Optional
Number of users active in the last 30 days
minimum: 0commentCount
integer
Optional
Total number of comments across all posts
minimum: 0memberCount
integer
Optional
Number of users with formal membership status
minimum: 0moderatorCount
integer
Optional
Number of active moderators
minimum: 0postCount
integer
Optional
Total number of posts in the community
minimum: 0subscriberCount
integer
Optional
Total number of subscribers
minimum: 0View raw schema
{
"type": "object",
"properties": {
"postCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of posts in the community"
},
"memberCount": {
"type": "integer",
"minimum": 0,
"description": "Number of users with formal membership status"
},
"commentCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of comments across all posts"
},
"moderatorCount": {
"type": "integer",
"minimum": 0,
"description": "Number of active moderators"
},
"activeUserCount": {
"type": "integer",
"minimum": 0,
"description": "Number of users active in the last 30 days"
},
"subscriberCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of subscribers"
},
"activePostersCount": {
"type": "integer",
"minimum": 0,
"description": "Number of unique posters in the last 30 days"
}
},
"description": "Aggregated statistics for a community"
}