Kingsoft Office/trackingappsDatas

Online calls unavailable · details below

Kingsoft OfficeWPS 365 enterprise collaboration open API

GET/v7/tracking/apps/{app_name}/datas

Get datas resource

Get datas resource via GET /v7/tracking/apps/{app_name}/datas.

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

Request parameters

app_name

pathstringrequired

App name.

example content

start_time

queryintegerint64required

Start time (RFC3339).

1

end_time

queryintegerint64required

End time (RFC3339).

1

offset

queryintegerint64required

Offset.

1

limit

queryintegerint64required

Maximum number of items to return.

1

Responses

200

get_tracking_data_resp_bodyapplication/json

Request succeeded.

Properties: data

default

unknownapplication/json

The upstream service returned this status.

{
  "data": {
    "columns": [
      "example content"
    ],
    "rows": {
      "fields": []
    }
  }
}