EventSummary
- Last UpdatedSep 11, 2023
- 1 minute read
|
Description |
Retrieves summaries for events from the AVEVA Insight solution. |
|
URL |
/EventSummary |
|
Method |
GET |
|
Optional Parameters |
|
|
Sample Query |
Scenario 1 This query returns a summary of the data generated in the last hour. https://online.wonderware.[DOMAINSUFFIX]/apis/historian/v2/EventSummary Scenario 2 This query returns a summary of the data generated in the last hour, filtered for records where GroupBy is "Area". https://online.wonderware.[DOMAINSUFFIX]/apis/historian/v2/EventSummary?$filter=GroupBy eq 'Area' Scenario 3 This query returns the summary of the last day and specifies only one tag, Reactor_001.ReactLevel. https://online.wonderware.[DOMAINSUFFIX]/apis/historian/v2/EventSummary?$filter=GroupBy eq 'Alarm'&EventFilter=EventTime ge 2018-04-16T01:30:56.136Z and EventTime le 2018-04-17T01:35:56.136Z and source_processvariable eq 'Reactor_001.ReactLevel' |