groupedBy で集計軸を切り替えられます。curl --location 'https://bpi2.poyashi.me/users//batches//scores?version=undefined&type=undefined&groupedBy=undefined' \
--header 'Authorization: Bearer <token>'{
"songs": [
{
"songId": 0,
"title": "string",
"difficulty": "HYPER",
"difficultyLevel": 0,
"current": {
"exScore": 0,
"bpi": 0,
"clearState": "string"
},
"previous": {
"exScore": 0,
"bpi": 0,
"clearState": "string"
},
"exDiff": 0,
"bpiDiff": 0
}
],
"pagination": {
"prev": {},
"next": {},
"current": {
"batchId": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
},
"dailyBatchIds": [
"string"
],
"dailyBatchCount": 0
}
}