SudoSOS Back-end API / service/user-notification-preference-service / UserNotificationPreferenceFilterParams
Interface: UserNotificationPreferenceFilterParams ​
Define notification filtering parameters used to filter query results.
Properties ​
channel? ​
ts
optional channel?: string;Filter based on notification channel.
enabled? ​
ts
optional enabled?: boolean;Filter based on enabled notifications.
isMandatory? ​
ts
optional isMandatory?: boolean;Filter based on whether the notification is mandatory
type? ​
ts
optional type?: string;Filter based on notification code.
userId? ​
ts
optional userId?: number;Filter based on user id.
userNotificationPreferenceId? ​
ts
optional userNotificationPreferenceId?: number;Filter based on the entity id.