Dida365Dida365 Open API
GET/open/v1/project/{projectId}/task/{taskId}
Get Task By Project ID And Task ID
Retrieve a specific task by its project ID and task ID
Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.
Request
- operationId
getTaskByProjectIdAndTaskId- Server
https://api.dida365.com- Authentication
- OAuth2
Request parameters
projectId
pathstringrequired
Project identifier
69a850f41c20d2030e148fdf
taskId
pathstringrequired
Task identifier
69a850f8b9061f374d54a046
Responses
200
Taskapplication/json
The requested task, including dueDate and the other documented task fields
Properties: idprojectIdtitleisAllDaycompletedTimecontentdescdueDateitemspriorityreminderstagsrepeatFlagsortOrderstartDatestatustimeZonekind
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"
}