DashboardStatsResponse
University dashboard statistics response
metrics object[]required
Array [
titleTitle (string)required
valueValue (string)required
changeChange (string)required
trendTrend (string)required
Possible values: Value must match regular expression ^(up|down|neutral)$
colorColor (string)required
iconTypeIcontype (string)required
]
recentActivities object[]required
Array [
idId (string)required
typeType (string)required
titleTitle (string)required
descriptionDescription (string)required
timeTime (string)required
user object
anyOf
- string
- null
string
]
DashboardStatsResponse
{
"metrics": [
{
"title": "string",
"value": "string",
"change": "string",
"trend": "string",
"color": "string",
"iconType": "string"
}
],
"recentActivities": [
{
"id": "string",
"type": "string",
"title": "string",
"description": "string",
"time": "string",
"user": "string"
}
]
}