Skip to content

获取个人待办

适用版本>=v7.0.2026.20260122

接口说明:获取个人待办详情

标签待办

请求说明

字段
请求地址
配置域名+/openapi+/v7/todo/personal_tasks/{task_id}
HTTP 方法
GET
接口描述
获取个人待办详情
签名方式
KSO-1(配置域名+/openapi不参与签名)
限频策略
权限要求
查询和管理待办任务(用户授权) kso.task.readwrite
查询待办任务(用户授权) kso.task.read
MCP个人待办管理(用户授权) kso.mcp_todo.readwrite

请求头 (Headers)

属性名类型是否必填描述可选值
Content-Type
string使用:application/json-
X-Kso-Date
stringRFC1123 格式的日期,例: Wed, 23 Jan 2013 06:43:08 GMT-
X-Kso-Authorization
stringKSO-1 签名值,详见《签名方法》-
Authorization
string授权凭证,格式为:Bearer {access_token}-

路径参数 (Path)

属性名类型是否必填描述可选值
task_id
string待办ID-

响应体(Response)

HTTP状态码: 200
响应体格式: application/json

没有可用的数据

响应体示例

json
{
  "code": 0,
  "msg": "string",
  "data": {
    "all_finished_status": "todo",
    "attachments": [
      {
        "cloud_file": {
          "file_id": "string",
          "file_name": "string",
          "link_url": "string"
        },
        "created_by": {
          "avatar": "string",
          "company_id": "string",
          "id": "string",
          "name": "string",
          "type": "user"
        },
        "id": "string",
        "store_type": "cloud_file"
      }
    ],
    "biz_source": "string",
    "create_time": 0,
    "creator": {
      "avatar": "string",
      "company_id": "string",
      "id": "string",
      "name": "string",
      "type": "user"
    },
    "due_time": 0,
    "executors": [
      {
        "avatar": "string",
        "company_id": "string",
        "id": "string",
        "name": "string",
        "type": "user"
      }
    ],
    "ext_attrs": [
      {
        "name": "string",
        "value": "string"
      }
    ],
    "finish_time": 0,
    "id": "string",
    "my_finished_status": "todo",
    "notify_config": {
      "reminders": [
        {
          "before_due_time": 0
        }
      ],
      "switch": true
    },
    "task_summary": {
      "current_task": {
        "has_children": true,
        "id_path": "string",
        "summary": "string",
        "task_id": "string"
      },
      "parent_task": {
        "summary": "string",
        "task_id": "string"
      },
      "permission_summary": {
        "can_create_child_task": true,
        "can_create_role": "creator_only",
        "can_view_child_task": true,
        "can_view_scope": "all"
      }
    },
    "title": {
      "subject": "string"
    }
  }
}