Kingsoft OfficeWPS 365 enterprise collaboration open API
POST/v7/workflow/external_instances
Create or run external instances resource
Create or run external instances resource via POST /v7/workflow/external_instances.
Manage contacts and organization, cloud documents, DBSheet/smart sheets, messaging, meetings, calendars, mail, todo, approvals, and event subscriptions through the official WPS 365 OpenAPI (v7); the official machine contract is the OpenAPI 3.0.0 published on open.wps.cn (827 endpoints / 3,119 schemas). Enterprise data is private business data; Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
workflowexternalInstances- Server
https://openapi.wps.cn- Authentication
- app, delegated
Request parameters
X-Kso-Id-Type
headerid_type
Request body
create_external_instance_req_body
Properties: cc_listcreate_timecreatordefine_codeefficiency_stats_disabledend_timeforminstance_idlinksstatustask_listtitleupdate_modeupdate_time
Responses
200
create_external_instance_resp_bodyapplication/json
Request succeeded.
Properties: data
default
unknownapplication/json
The upstream service returned this status.
{
"data": {
"cc_list": {
"cc_id": "example-id-0123456789",
"create_time": "2026-08-16T00:00:00.000Z",
"links": {},
"read_status": "read",
"title": "Example title",
"update_time": "2026-08-16T00:00:00.000Z",
"user_id": "example-id-0123456789"
},
"create_time": "2026-08-16T00:00:00.000Z",
"creator": "example content",
"define_code": "example content",
"efficiency_stats_disabled": true,
"end_time": "2026-08-16T00:00:00.000Z",
"form": {
"name": "Example title",
"value": "example content"
},
"instance_id": "example-id-0123456789"
}
}