JSON格式
Name | Type | Read-only | Comment |
---|
id | integer | yes | 客服组id,由系统自动分配 |
url | string | yes | 资源url |
name | string | yes | 客服组名称 |
created_at | date | yes | 创建时间 |
agents | array | yes | 客服组里的客服用户列表 |
JSON示例
{
"id": 165,
"url": "https://support.kf5.com/apiv2/groups/165.json",
"name": "支持组",
"created_at": "2013-05-01 11:52:06",
"agents": [
{
"id": 886,
"url": "https://support.kf5.com/apiv2/users/886.json",
"username": "support@kf5.com",
"name": "客服小叶"
},
{
"id": 733,
"url": "https://support.kf5.com/apiv2/users/733.json",
"username": "agent@kf5.com",
"name": "agent"
}
]}