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_useristrueby default. If you need to see the results by team, use this param and let it befalse.monthis the time filter, and it lets you see the result by month. Use e.g. 202207 for July, 2022.pageandper_pageare your controls of the returned pages and results per page.
