GetMaskedAlarmsForViewCached
Use this method to retrieve only masked view alarms added or changed since a particular point in time.
Note
Using this method, you can e.g. request masked view alarms in batches in order to minimize loading time.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
viewID | Integer | The view ID. |
index | Integer | The point from which to start returning alarms. |
count | Integer | The number of alarms to be returned. |
orderBy | String | The Alarm Console column(s) by which to order the alarms (separated by semicolons). |
cacheDateUTC | Long integer | If you enter a timestamp in UTC format (milliseconds since midnight January 1, 1970 GMT), then the method will return only masked alarms that were added or changed since that particular point in time. If you enter -1, there will be no date check. |
Output
Item | Format | Description | |
---|---|---|---|
GetMaskedAlarmsForViewCachedResult | DMACache | The masked alarms added or changed since the specified point in time. |