groupedByで集計軸を切り替えられます。公開ユーザーは認証不要。curl --location 'https://bpi2.poyashi.me/users//batches//scores?version=&type=&groupedBy=' \
--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
},
"range": {
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z",
"unit": "string"
}
}