Skip to main content

GetNotificationTypes

Stable

Signature

query {
GetNotificationTypes
}

Retourne : [NotificationType]!

Exemple

query {
GetNotificationTypes {
id {}
notificationTypeId {}
category {}
label
localizedLabel {}
status {}
notificationTypeStatus {}
templateId
subject
localizedSubject {}
content
localizedContent {}
emailsInCopy
forInvestors
forDistributedCustomers
forDistributorAdvisors
forDistributors
forDistributorNetworks
enableSendingByDefault
allowDefaultNotificationSetup
attachmentConfigurable
sendDocumentAsAttachment
previewEntityType {}
mailingListType {}
mailingList {}
}
}