v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251650.0 KB
user-stats

日毎のチェックイン数

指定したユーザーのチェックイン数を日毎に合計した情報を取得します。

get/v1/users/{name}/stats/checkin/daily

Path parameters

namestring required

ユーザー名

Query parameters

sincestring date
Example:2020-07-21

集計範囲の開始日

untilstring date
Example:2021-07-21

集計範囲の終了日

Response

成功

datestring date required

日付

countinteger required

チェックイン回数

Example response

[
  {
    "date": "2020-07-21"
  }
]