Skip to main content

GetNotificationType

Stable

Signature

query {
GetNotificationType(id: ...)
}

Retourne : NotificationType

Arguments

NomTypeRequisDéfautDescription
idNotificationTypeId!

Exemple

query {
GetNotificationType(
id: $id
) {
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 {}
}
}