GetNotificationType
Signature
query {
GetNotificationType(id: ...)
}
Retourne : NotificationType
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | NotificationTypeId! | ✓ | — | — |
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 {}
}
}