customerHistory
query
Get customer history
Retrieves the full document and interaction history for all customers in the company.
query {
customerHistory(companyId: Int!, options: CustomerHistoryOptions): CustomerHistory!
}Returns: CustomerHistory!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerHistoryOptions |