Dida365/filterTasks

Dida365Dida365 Open API

POST/open/v1/task/filter

Filter Tasks

Filter tasks by project, start-time range, priority, tags, and status.

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

Request

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

Request parameters

No URL, query, or header parameters.

Request body

TaskFilter

Content-Type: application/json

Properties: projectIdsstartDateendDateprioritytagstatus

{
  "projectIds": [
    "69a850f41c20d2030e148fdf"
  ],
  "startDate": "2026-03-01T00:58:20.000+0000",
  "endDate": "2026-03-06T10:58:20.000+0000",
  "priority": [
    0
  ],
  "tag": [
    "urgent"
  ],
  "status": [
    0
  ]
}

Responses

200

Taskapplication/json

Matching 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"
  }
]