Statesummary
- Last UpdatedMar 20, 2025
- 4 minute read
|
Description |
Retrieves state summary values for the specified tags. |
|
URL |
/StateSummary |
|
Method |
GET |
|
Required Parameters |
|
|
Optional Parameters |
|
|
Optional Parameters |
|
|
Sample Query |
Scenario 1 This query produces a list of tags that end with "pump_03". In this case, the user doesn’t know the fully qualified name (FQN) of a specific tag and wants a short list of possible matches.
https://online.wonderware.[DOMAINSUFFIX]/apis/historian/v2/StateSummary?TagFilter= Scenario 2 This query specifies no start or end time and no resolution. https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/StateSummary In this case, these defaults are used for the returned results:
Scenario 3 This query specifies only StartTime and Resolution (600000ms, or 10 minutes), but no EndTime.
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/StateSummary In this case, Insight assumes:
The number of rows returned (Count) depends on the StartTime and EndTime. Scenario 4 This query specifies only EndTime, but no StartTime or Resolution.
https://online.wonderware.[DOMAINSUFFIX]/s/ik97r5/apis/historian/v2/StateSummary In this case, Insight assumes:
|