Kingsoft OfficeWPS 365 企业协作开放 API
GET/v7/workflow/approval_instances/batch_get_timeline
查询「batch get timeline」
查询「batch get timeline」;通过 GET /v7/workflow/approval_instances/batch_get_timeline 调用。
通过 WPS 365 官方 OpenAPI(v7)管理通讯录与组织、云文档、多维表/智能表格、消息、会议、日历、邮件、待办、审批与事件订阅;官方机器契约为 open.wps.cn 发布的 OpenAPI 3.0.0(827 个 Endpoint / 3,119 个 Schema)。企业数据为私有业务数据,Pontx 不代理、缓存或聚合,调用方使用本地 SDK/CLI 直连。
请求
- operationId
workflowapprovalInstancesBatchGetTimeline- 服务器
https://openapi.wps.cn- 认证
- app, delegated
请求参数
page_size
queryintegerint64
每页返回条数。
10
page_token
querystring
分页起始令牌,不透明,应原样回传。
example-page-token
approval_define_id
querystring
approval define id。
example-id-0123456789
instance_id
querystring
instance id。
example-id-0123456789
time_from
querystring
time from。
2026-08-16T00:00:00.000Z
time_to
querystring
time to。
2026-08-16T00:00:00.000Z
operator
querystring
operator。
example content
type
querystring
类型。
example content
X-Kso-Id-Type
headerid_type
响应
200
list_approval_timelines_resp_bodyapplication/json
请求成功。
字段: data
default
unknownapplication/json
上游服务返回该状态。
{
"data": {
"has_more": true,
"page_token": "example-page-token",
"timeline_list": {
"instance": {},
"time_line": {}
}
}
}