Get global stats of BDL217
GET/api/stats
Get global stats of BDL217
Request
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
total_users integer
Total number of users registered in BDL217
total_products integer
Total products in BDL217
total_providers integer
Total providers in BDL217
total_teams integer
Total teams (organizations) in BDL217
total_users_before integer
total_products_before integer
total_providers_before integer
total_teams_before integer
{
"total_users": 0,
"total_products": 0,
"total_providers": 0,
"total_teams": 0,
"total_users_before": 0,
"total_products_before": 0,
"total_providers_before": 0,
"total_teams_before": 0
}
Loading...