GetEmailSendLogs
Signature
query {
GetEmailSendLogs
}
Retourne : EmailSendLogConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
search | String | — | Free-text search across id, recipients, subject, notification type, context (global/recipient entity), sender and error message | |
status | EmailSendLogStatus | — | — | |
notificationTypeId | NotificationTypeId | — | — | |
sortingFields | [SortingField] | [] | — |
Exemple
query {
GetEmailSendLogs {
totalCount
pageInfo {}
edges {}
}
}