查看对话

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",
		......
    }
}