GetEmailSendLogs
Signature
query {
GetEmailSendLogs
}
Retourne : EmailSendLogConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
search | String | — | Search by recipient email or subject | |
status | EmailSendLogStatus | — | — | |
notificationTypeId | NotificationTypeId | — | — | |
sortingFields | [SortingField] | [] | — |
Exemple
query {
GetEmailSendLogs {
# Sélectionner les champs souhaités
}
}