Dida365Dida365 Open API
GET/open/v1/habit/checkins
Get Habit Check-Ins
Get Habit Check-Ins
Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.
Request
- operationId
getHabitCheckIns- Server
https://api.dida365.com- Authentication
- OAuth2
Request parameters
habitIds
querystringrequired
Comma-separated habit identifiers
habit-1,habit-2
from
queryintegerint32required
Start date stamp in YYYYMMDD format
20260401
to
queryintegerint32required
End date stamp in YYYYMMDD format
20260407
Responses
200
OpenHabitCheckinapplication/json
Habit check-in documents
Properties: idhabitIdcreatedTimemodifiedTimeetagyearcheckins
401
unknown
Unauthorized
403
unknown
Forbidden
404
unknown
Not Found
[
{
"habitId": "habit-1",
"createdTime": "2026-04-07T08:00:00+0000",
"modifiedTime": "2026-04-07T08:00:00+0000",
"year": 2026,
"checkins": [
{
"stamp": 20260407,
"time": "2026-04-07T08:00:00+0000",
"opTime": "2026-04-07T08:00:00+0000",
"value": 1,
"goal": 1,
"status": 0
}
]
}
]