应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 项目应用任务读权限 | API Explorer |
第三方企业应用 | 支持 | 项目应用任务读权限 | API Explorer |
第三方个人应用 | 暂不支持 | 项目应用任务读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | user.not.exist | user not exist | 用户在当前企业中不存在 |
400 | org.not.exist | org not exist | 当前企业在Teambition中不存在 |
500 | server.error | system error | 系统内部服务错误 |
curl --location --request GET 'https://api.dingtalk.com/v1.0/project/users//projectIds//tasks?nextToken=String&maxResults=Integer&query=String' \
--header 'x-acs-dingtalk-access-token;'
{
"totalCount": 0,
"nextToken": "string",
"result": [
{
"taskId": "string",
"content": "string",
"involveMembers": [
"string"
],
"projectId": "string",
"executorId": "string",
"creatorId": "string",
"isDeleted": true,
"labels": "string",
"created": "string",
"updated": "string",
"scenariofieldconfigId": "string",
"customfields": [
"string"
],
"note": "string",
"startDate": "string",
"dueDate": "string",
"priority": 0,
"taskflowstatusId": "string",
"isDone": true,
"isArchived": true,
"visible": "string",
"tagIds": "string",
"stageId": "string",
"sprintId": "string",
"accomplished": "string",
"storyPoint": 0,
"progress": 0,
"ancestorIds": [
"string"
]
}
]
}
https://www.teambition.com/project/62c794xxxxx
,project下一级路径的值就是项目ID。【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通