Skip to content

Get all reading dates

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

Returns daily reading session counts across all time for the authenticated user

Reading dates retrieved successfully

Media type */*
Array<object>
object
date
string format: date
count
integer format: int64

Unauthorized

Media type */*
Array<object>
object
date
string format: date
count
integer format: int64