Skip to content

Get peak reading hours

GET
/api/v1/user-stats/reading/peak-hours
curl --request GET \
--url http://127.0.0.1:58259/api/v1/user-stats/reading/peak-hours

Returns reading activity distribution by hour of day. Can be filtered by year and/or month.

year
integer format: int32
month
integer format: int32

Peak reading hours retrieved successfully

Media type */*
Array<object>
object
hourOfDay
integer format: int32
sessionCount
integer format: int64
totalDurationSeconds
integer format: int64

Unauthorized

Media type */*
Array<object>
object
hourOfDay
integer format: int32
sessionCount
integer format: int64
totalDurationSeconds
integer format: int64