GetAlarmPageWithAlarms
Use this method to retrieve alarm page details, including limited alarms. This method combines the functionality of the GetAlarmPages and GetAlarms methods, so that the actual alarms only need to be fetched once.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
filter | DMAAlarmFilterV2 | The filter that the alarms must match. |
Output
Item | Format | Description |
---|---|---|
GetAlarmPageWithAlarmsResult | Array of DMAAlarm | The alarms matching the filter on the page |