Skip to main content
Skip table of contents

Filtering by Time Periods

To filter by a time period, the following elements can be declared:

ElementDescription
Period

Time period specification (according to ISO 8601)

Required attributes:

  • from: Start date of the time period
  • to: End date of the time period

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>



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.