获取指定查看分类
GET /apiv2/views/{id}.json
调用权限
agent
curl 示例
curl https://{subdomain}.kf5.com/apiv2/views/{id}.json \ -v -u {email}:{password}
返回示例
Status: 200 OK{ "view": { "id":25, "title":"Recent Tickets", "active":true, ... }}
GET /apiv2/views/{id}.json
agent
curl https://{subdomain}.kf5.com/apiv2/views/{id}.json \ -v -u {email}:{password}
Status: 200 OK{ "view": { "id":25, "title":"Recent Tickets", "active":true, ... }}