manage:user permission.curl --location --request GET '/stats'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"students": {
"total": 0,
"gender": {
"male": 0,
"female": 0,
"malePercentage": 0,
"femalePercentage": 0
},
"religion": [
{
"religion": "string",
"count": 0,
"percentage": 0
}
],
"weight": {
"averageWeight": 0,
"minWeight": 0,
"maxWeight": 0,
"weightRanges": [
{
"range": "string",
"count": 0
}
]
},
"height": {
"averageHeight": 0,
"minHeight": 0,
"maxHeight": 0,
"heightRanges": [
{
"range": "string",
"count": 0
}
]
},
"age": {
"averageAge": 0,
"minAge": 0,
"maxAge": 0,
"ageRanges": [
{
"age": 0,
"count": 0
}
]
},
"transportation": [
{
"transportType": "string",
"count": 0,
"percentage": 0
}
],
"class": [
{
"className": "string",
"studentCount": 0,
"educationLevel": 1
}
],
"economy": {
"capable": 0,
"notCapable": 0,
"capablePercentage": 0,
"notCapablePercentage": 0
}
},
"teachers": {
"total": 0,
"gender": {
"male": 0,
"female": 0,
"malePercentage": 0,
"femalePercentage": 0
},
"religion": [
{
"religion": "string",
"count": 0,
"percentage": 0
}
],
"age": {
"averageAge": 0,
"minAge": 0,
"maxAge": 0,
"ageRanges": [
{
"age": 0,
"count": 0
}
]
},
"employment": [
{
"name": "string",
"count": "string"
}
]
},
"staff": {
"total": 0,
"gender": {
"male": 0,
"female": 0,
"malePercentage": 0,
"femalePercentage": 0
},
"religion": [
{
"religion": "string",
"count": 0,
"percentage": 0
}
],
"age": {
"averageAge": 0,
"minAge": 0,
"maxAge": 0,
"ageRanges": [
{
"age": 0,
"count": 0
}
]
},
"employment": [
{
"name": "string",
"count": "string"
}
]
},
"classes": {
"total": 0
}
}
}