user-stats

時間毎のチェックイン数

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

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

Path parameters

namestring required

ユーザー名

Query parameters

sincestring date
Example:2020-07-21

集計範囲の開始日

untilstring date
Example:2021-07-21

集計範囲の終了日

Response

成功

hourinteger required

時間 (0時〜23時)

countinteger required

チェックイン回数

Changes

Changed in 2 of the 30 revisions of this API.11