myCommunicationsHistory
query
The calling user's communications history for a company
Every communication targeted at this company with startsAt <= now, acknowledged or not, plus
expired ones flagged keepInHistory, newest first. Requires a valid session; scoped to
companies the user belongs to.
query {
myCommunicationsHistory(companyId: Int!, options: CommunicationHistoryOptions): CommunicationsMyHistory!
}Returns: CommunicationsMyHistory!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CommunicationHistoryOptions |