Skip to main content
Skip table of contents

Nach Zeitraum filtern

Um nach einem Zeitraum zu filtern, können folgende Elemente deklariert werden:

ElementBeschreibung
Period

Angabe des Zeitraums (gemäß ISO 8601)

Erforderliche Attribute:

  • from: Startdatum des Zeitraums
  • to: Enddatum des Zeitraums

Beispiel

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.