Dida365Dida365 Open API
GET/open/v1/project/{projectId}
Get Project By ID
Retrieve a specific project by its ID
Use OAuth 2.0 to manage Dida365 projects, tasks, comments, tags, focus records, countdowns, habits, and check-ins.
Request
- operationId
getProjectById- Server
https://api.dida365.com- Authentication
- OAuth2
Request parameters
projectId
pathstringrequired
Project identifier
69a850f41c20d2030e148fdf
Responses
200
Projectapplication/json
OK
Properties: idnamecolorsortOrderclosedgroupIdviewModepermissionkind
401
unknown
Unauthorized
403
unknown
Forbidden
404
unknown
Not Found
{
"id": "6226ff9877acee87727f6bca",
"name": "project name",
"color": "#F18181",
"sortOrder": 0,
"closed": false,
"groupId": "6436176a47fd2e05f26ef56e",
"viewMode": "list",
"permission": "write"
}