帮助文档统计
GET /apiv2/posts/stats.json
调用权限
agent
请求参数
type :需要统计的类型
post,(帮助文档) vote,(文档投票) view,(文档查看) comment,(文档回复)
start,end :需要统计的起始时间和结束时间 请使用 2018-01-01 格式
curl 示例
curl https://{subdomain}.kf5.com/apiv2/posts/stats.json?type=post&start=2017-11-01&end=2018-01-03 -v -u {email_address}:{password}