Dida365/listCompletedTasks

Dida365Dida365 Open API

POST/open/v1/task/completed

List Completed Tasks

List completed tasks, optionally limited to projects and an inclusive completed-time range.

Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.

Request

operationId
listCompletedTasks
Server
https://api.dida365.com
Authentication
OAuth2

Request parameters

No URL, query, or header parameters.

Request body

CompletedTaskFilter

Content-Type: application/json

Properties: projectIdsstartDateendDate

{
  "projectIds": [
    "69a850f41c20d2030e148fdf"
  ],
  "startDate": "2026-04-01T00:00:00+0800",
  "endDate": "2026-04-30T23:59:59+0800"
}

Responses

200

Taskapplication/json

Completed tasks

Properties: idprojectIdtitleisAllDaycompletedTimecontentdescdueDateitemspriorityreminderstagsrepeatFlagsortOrderstartDatestatustimeZonekind

201

unknown

Created without response content

401

unknown

Unauthorized

403

unknown

Forbidden

404

unknown

Not Found

[
  {
    "id": "63b7bebb91c0a5474805fcd4",
    "projectId": "6226ff9877acee87727f6bca",
    "title": "Task Title",
    "isAllDay": true,
    "completedTime": "2019-11-13T03:00:00+0000",
    "content": "Task Content",
    "desc": "Task Description",
    "dueDate": "2019-11-13T03:00:00+0000"
  }
]