文档投票列表
GET /apiv2/posts/{id}/voteList.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/posts/{id}/voteList.json \ -v -u {email_address}/token:{api_token}
返回示例
Status: 200 OK { "post_vote_users": [ { "id": 1006114, "post_id": 1093056, "user_name": "张张", "user_id": "23491934", "created_at": "2017-10-24 14:20:27" } ], "count": 1, "next_page": null, "previous_page": null }