Kingsoft Office/workflowexternalDefines2

Online calls unavailable · details below

Kingsoft OfficeWPS 365 enterprise collaboration open API

GET/v7/workflow/external_defines/{define_code}

Get {define code} resource

Get {define code} resource via GET /v7/workflow/external_defines/{define_code}.

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
workflowexternalDefines2
Server
https://openapi.wps.cn
Authentication
app, delegated

Request parameters

define_code

pathstringrequired

Define code.

example content

X-Kso-Id-Type

headerid_type

Responses

200

get_external_approval_define_resp_bodyapplication/json

Request succeeded.

Properties: data

default

unknownapplication/json

The upstream service returned this status.

{
  "data": {
    "define_code": "example content",
    "define_config": {
      "biz_name": "example content",
      "create_link_mobile": "https://example.com",
      "create_link_pc": "https://example.com",
      "exclude_efficiency_statistics": true
    },
    "group_id": 1,
    "icon": "tmp1",
    "name": "Example title",
    "setting": {
      "is_show_in_backend_page": true,
      "is_show_in_home_page": true
    },
    "visible_scopes": {
      "company_id": "example-id-0123456789",
      "is_admin": true,
      "scope_id": "example-id-0123456789",
      "scope_type": "company"
    }
  }
}