GetCommunications
Signature
query {
GetCommunications
}
Retourne : [Communication]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
userId | ID | — | — | |
accountId | ID | — | — | |
issuerId | ID | — | — |
Exemple
query {
GetCommunications {
id
title
localizedTitle {}
issuer {}
communicationType {}
period
htmlContent
localizedHtmlContent {}
state {}
publishDate
CommunicationDocuments {}
communicationDocuments {}
}
}