get https://{server}/api/v2.1/admin/statistics/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
istrue
by default. If you need to see the results by team, use this param and let it befalse
.month
is the time filter, and it lets you see the result by month. Use e.g. 202207 for July, 2022.page
andper_page
are your controls of the returned pages and results per page.