Phone Line Search Parameters
Phone line search parameters
Name | Type | Description |
---|---|---|
|
Where-clause |
Following where filters are available where=[selected filters] |
|
[String] |
Include fields to the result. include=[included fields] |
|
[String] |
Include fields to the result. include=[included fields] |
The where-clause where=extenion=[pattern] filters phone lines that have a phone extension that matches the pattern.
The pattern is matched against the Xelion’s normalized format of a phone number. The Xelion normalized phone number format is the international phone number format where all the delimiters are dropped. For example, the phone number 0152511411 may be normalized as +31152511411.
The pattern may include the wildcard character asterisk ('*'). This character matches zero or more characters.
Note that the plus character ('+') must be escaped in the query as %2B.