GraphQL INPUT_OBJECT
HistoryEntrySearchInput
Input model for history entry search.
link Definition
- input HistoryEntrySearchInput {
- # Id of the client account.
- NumericIdSearchRelationInput :
- # History entry category.
- HistoryCategorySearchRelationInput :
- # Client name.
- StringLimitedSearchRelationInput :
- # Way in which the contact was initiated.
- HistoryContactMethodSearchRelationInput :
- # User Id who created history entry.
- NumericIdSearchRelationInput :
- # Date and time when history entry was created.
- DateTimeSearchRelationInput :
- # History entry type.
- HistoryTypeSearchRelationInput :
- # Subject line for the event.
- StringSearchRelationInput :
- # History entry contact's nature type.
- HistoryNatureOfContactSearchRelationInput :
- # Reason.
- HistoryReasonSearchInput :
- # Identification number of the order.
- NumericIdSearchRelationInput :
- # Limits the amount of results.
- Int :
- }