customerHistoryCustomer
query
Get specific customer's history
Retrieves the document and interaction history for a specific customer.
query {
customerHistoryCustomer(companyId: Int!, customerId: Int!, options: CustomerHistoryOptions): CustomerHistoryCustomer!
}Returns: CustomerHistoryCustomer!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
options | CustomerHistoryOptions |