Group Statistic
Get the list of posts of a user
Get group statistic
GET
https://api.metaforo.io/v2/groups/{group_id}/statistic
Get group statistic
Request Body
Name
Type
Description
group_id*
Int
group id
{
"status": true,
"code": "20000",
"description": "",
"server": "rest",
"data": {
"group_statistic": {
"members": 30,
"threads": 46
}
}
}
Last updated