{ "id":"/axapi/v3/visibility/reporting/template/notification/template-name/{name}/stats", "type":"object", "node-type":"list", "title":"template-name", "description":"Statistics for the object template-name", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":64, "description":"Notification template name", "optional":false }, "stats":{ "type":"object", "properties":{ "sent_successful":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Sent successful", "long-description":"{}", "optional":true }, "send_fail":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Send failures", "long-description":"{}", "optional":true }, "response_fail":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Response failures", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }