EmailNotificationSettingsDetails Data Type

Properties
name data type constraints description
guid string  
type NotificationType  
active boolean required

Example

{
  "guid" : "...",
  "type" : "TASK_STATE_CHANGED",
  "active" : true
}