查看启用的自动化任务列表
GET /apiv2/automations/active.json
调用权限
admin
curl示例
curl https://{subdomain}.kf5.com/apiv2/automations/active.json \ -v -u {email_address}:{password}
返回示例
Status: 200 OK{ "automations": { "id": 985, "url": "https://{subdomain}.kf5.com/apiv2/automations/985.json", "title": "提醒工单发起人已收到工单", "status": true, "sort": 2, "created": "2016-05-10 14:02:39", "conditions": { ... }, "actions": { ... } }}