可以通过 HTTP API 访问 Piwik getVisitorLog 吗?

Possible to access Piwik getVisitorLog through HTTP API?

我正在构建一些报告工具。理想情况下,我想避免自己浏览 Web 服务器日志并使用(部分)Piwik 的功能。

我从访客日志中得到的东西将是一个好的开始,这是在 http://example.com/piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#/module=Live&action=getVisitorLog&idSite=1&period=day&date=yesterday

很遗憾,我无法在 HTTP API 文档中找到 getVisitorLog 操作,网址为 http://developer.piwik.org/api-reference/reporting-api#Actions(而且它也不是未记录的功能,method=Actions.getVisitorLog 给了我

The method 'getVisitorLog' does not exist or is not available in the module '\Piwik\Plugins\Actions\API'.

还有其他方法吗?或者我应该为 Piwik 写一个插件吗?

显然 it is possible 通过 Live 插件 API:

http://developer.piwik.org/api-reference/reporting-api#Live

这按预期工作:

http://example.com/piwik/index.php?module=API&method=Live.getLastVisitsDetails&format=JSON&idSite=1&period=day&date=2015-07-21&expanded=1&token_auth=XXXXX&filter_limit=100