Selects one company. Takes precedence over X-Client-Code if both are supplied. If neither is supplied, search includes every company the caller is authorized to read; get-by-ID requires at least one tenant selector.
Example:ABCD
Matches a contract number associated with the call entry. Also searches the entry’s stored contract list and, when that list is absent, its reference value.
Match pattern:^[A-Za-z0-9,-]+$
>= 1 characters<= 200 characters
Example:C-10001
Matches the call entry’s caller-type ID.
Matches the call entry’s caller-type name.
Match pattern:^[A-Za-z0-9 &'/-]+$
>= 1 characters<= 50 characters
Example:Owner
Matches the caller name exactly unless usePartialCallerNameMatch is true.
Match pattern:^[A-Za-z ,.'-]+$
>= 1 characters<= 500 characters
Example:Jane
When true, callerName may occur anywhere within the stored caller name. When false, the names must match exactly. Defaults to false.
Matches a call-type ID assigned directly to the call entry or to one of its contracts.
Matches a call-type name assigned directly to the call entry or to one of its contracts.
Match pattern:^[A-Za-z0-9 &'/-]+$
>= 1 characters<= 50 characters
Example:Billing
Matches the call entry’s transaction-type ID.
Matches the call entry’s transaction-type name.
Match pattern:^[A-Za-z0-9 &'/-]+$
>= 1 characters<= 50 characters
Example:Payment
Includes entries created at or after this date and time.
Includes entries created at or before this date and time.
Includes entries last updated at or after this date and time.
Includes entries last updated at or before this date and time.
Number of results to skip. Defaults to 0; negative values are treated as 0.
Example:0
Maximum number of results to return. Defaults to 50; values above 500 are limited to 500, and non-positive values use the default.
Example:50