Filtering by Time Periods
To filter by a time period, the following elements can be declared:
Element | Description |
---|---|
Period | Time period specification (according to ISO 8601) Required attributes:
|
Example
Input
XML
<?xml version="1.0" encoding="UTF-8"?>
<Query>
<Period from="2021-09-02T00:00:01Z" to="2021-09-02T17:29:59Z" />
</Query>
Output
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProcessExecutions>
<Paginate offset="0" limit="10"/>
<ProcessExecution id="801cb04f-e501-4d73-8cff-9d3103ebf386">
<HostName>SOFTPROJECT</HostName>
<Process>1/MyProject/Processes/MyProcess.wrf</Process>
<StartedAt>2021-09-02T15:50:28Z</StartedAt>
<Status>RUNNING</Status>
</ProcessExecution>
</ProcessExecutions>