电话分配器列表
GET /apiv2/voiceTriggers.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/voiceTriggers.json \ -v -u {email_address}:{password}
返回示例
Status: 200 OK{ "voice_triggers": [ { "id": 1200012, "title": "custom-trigger", "status": 1, "created_at": "2017-11-22 11:23:09", "conditions": [ 1500004, 1500005, 1500006, 1500007, 1500008, 1500009, 1500011, 1500013 ] }, { "id": 1767, "title": "tt", "status": 1, "created_at": "2016-09-22 18:05:18", "conditions": [ 2968 ] }, { "id": 1766, "title": "werwer", "status": 1, "created_at": "2016-09-22 18:04:58", "conditions": [ 2967 ] } ], "count": 3, "next_page": null, "previous_page": null}