应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 待办应用中待办读权限 | API Explorer |
第三方企业应用 | 支持 | 待办应用中待办读权限 | API Explorer |
第三方个人应用 | 暂不支持 | 待办应用中待办读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | todo.taskGet.paramError | todo.taskGet.paramError | 获取待 办详情参数异常 |
500 | todo.taskGet.systemError | todo.taskGet.systemError | 获取待办详情系统异常 |
{}
curl --location --request GET 'http://127.0.0.1/v1.0/todo/users//tasks/' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"id": "string",
"subject": "string",
"description": "string",
"startTime": 0,
"dueTime": 0,
"finishTime": 0,
"done": true,
"executorIds": [
"string"
],
"participantIds": [
"string"
],
"detailUrl": {
"pcUrl": "string",
"appUrl": "string"
},
"sourceId": "string",
"source": "string",
"createdTime": 0,
"modifiedTime": 0,
"creatorId": "string",
"modifierId": "string",
"tenantId": "string",
"tenantType": "string",
"bizTag": "string",
"requestId": "string",
"cardTypeId": "string",
"isOnlyShowExecutor": true,
"priority": 0
}