Query Services
Integration Queries 243
Query Operator
The QueryOperatorType data type supports the use of different operators. Your
query request XML can use the different operators to filter the data that is
returned to the querying external source.
QueryMXPERSON
Element
The following graphic represents the content of the QueryMXPERSON element:
T The QueryMXPERSON element is type QueryMXPERSONType.
T QueryMXPERSONType has element MXPERSONQuery, which is type
MXPERSONQueryType.
T MXPERSONQueryType has elements for all the configured attributes of the
PERSON object and all of its child objects (EMAIL, PHONE, and SMS).
The QueryMXPERSON operation element uses the following additional
attributes:
T uniqueResults – Is a Boolean value that when set to 1 (True), directs the
query to return a single and unique record when the value is set to 1
(True). If more than one record is found, an error is returned. When the
attribute is not provided, the default value is 0 (false).
T maxItems – When this value is set to 10 on the query, it limits the number
of records that are returned in the query to 10, even when the result set of
the query may be greater than 10. When the attribute is not defined, all
rows in the result set of the query are returned.