Query Services
242
Integration Guide
For example, the response to this query request returns records 11 through 20 of
the query result set by virtue of setting the rstart value to 11 and the maxItems
value to 10.
<max:QueryMXINVBAL xmlns:max="http://www.ibm.com/maximo"
creationDateTime="2008-09-28T21:49:45" baseLanguage="EN"
transLanguage="EN" messageID="12345" maximoVersion="7.1."
uniqueResult="0" maxItems="10" rsStart="11">
<max:MXINVBALQuery orderby="string" operandMode="OR">
The following query result set contains a total of 35 rows, as noted by rsTotal, but
only rows 11 through 20 are returned.
<max:QueryMXINVBALResponse xmlns:max="http://www.ibm.com/
maximo" creationDateTime="2008-09-28T21:49:45"
baseLanguage="EN" transLanguage="EN" messageID="12345"
maximoVersion="7.1" rsStart="11" rsCount="10" rsTotal="35">
<max:MXINVBALSet>
.
.
.
</max:MXINVBALSet>
rsCount The number of records that are
returned in the message.
rsCount does not reflect any rows that
may be skipped as part of the
response processing layer.
Integer Response
rsTotal The total number of records in the
result set.
If the query does not specify a
maxItems value, the rsTotal value is
the same as the rsCount value.
Integer Responses (output)
Attribute Description Type Applicable to