查看对话
GET /apiv2/kchat/history/{id}.json调用权限
agent
curl示例
curl https://{subdomain}.kf5.com/apiv2/kchat/history/{id}.json -v -u {email_address}:{password}返回示例
{
"chat": {
"id": 1,
"type": "chat",
......
}
}GET /apiv2/kchat/history/{id}.jsonagent
curl https://{subdomain}.kf5.com/apiv2/kchat/history/{id}.json -v -u {email_address}:{password}{
"chat": {
"id": 1,
"type": "chat",
......
}
}