自动化任务列表
GET /apiv2/automations.json
返回所有自动化任务,自动化任务按SORT倒序,ID正序排列
调用权限
admin
curl示例
curl https://{subdomain}.kf5.com/apiv2/automations.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": { ... }
}}