, now when we fetch alarms for current session any alarms created before that time are excluded, even if they were updated after 07:00 Z.
We need these updated alarms to be included in the session. Since the API apparently does not support filtering directly by “LastUpdatedTime,” is there a supported workaround to capture these events?
I figured it out, but I must admit I needed help from Milestone Development.
The target ‘modified’ will filter on lastUpdatedTime!
Changing your example, this works:
{ “operator”: “gt”, “target”: “modified”, “value”: “2026-01-05T07:00:00.000Z” }