API Reference

Get External Apps

As system admin, you can have an overview of the external apps statistics with this API request. The result can be queried by user or by team.

In the request parameter:

  • is_user is true by default. If you need to see the results by team, use this param and let it be false.
  • month is the time filter, and it lets you see the result by month. Use e.g. 202207 for July, 2022.
  • page and per_page are your controls of the returned pages and results per page.
Query Params
boolean
required

Whether you'd like to list automation rules triggered by single users who are not in any teams (true) or by teams (false). The usage of true here is seldom meaningful for cloud.seatable.io as all the users in the SeaTable Cloud are team users.

string

For which month you'd like to list the statistics in the format of YYYYMM. Statistics of automation rules before 202109 are not correctly summarized.

integer
≥ 1

The page number you want to start showing the entries. If no value is provided, 1 will be used.

integer
≥ 1

The number of results that should be returned. If no value is provided, 25 results will be returned.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json