Output data in subsets
You can output the data in subsets, e.g. to minimize the processing load.
To do this, declare the <Paging>
element in the input XML. You configure the subset with the attributes of the element.
Attribute | Description |
---|---|
offset | Defines the offset of the data query, i.e. from which data set the data source is to be read. Possible values: Integer |
limit | Number of data sets to be included in the response. Possible values: Integer greater than |
Example
Input
XML
<?xml version="1.0" encoding="UTF-8"?>
<Query>
<Paging limit="10" offset="0"/>
<ProcessFilterByRootId>
<ProcessStatus>FINISHED</ProcessStatus>
<RootProcessInstanceId>5acfe639-f8be-44f7-8775-002e7dc6385a
</RootProcessInstanceId>
</ProcessFilterByRootId>
</Query>