查看通话明细

GET /apiv2/voice/histories/{id}.json
调用权限

admin

curl 示例
curl https://{subdomain}.kf5.com/apiv2/voice/histories/17.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
  "call": {
    "id": 17,
    "type": "inbound",
    "source": "技术支持",
    "fromattr": "四川成都",
    ...  }}