System Events - list events of children

I would like to list events by parent system.

The parents themselves do not have events directly associated to them, only their children do.

Setting the advanced filter to experienceUserId, experienceGroupId, although both are associated to the system, yield no results.

Is there a method for listing all events for all children of a system ancestor?

Hello @Patrick,

Right now there is not a way to view all of the events associated with the children of a System device.

I am, though, going to make a feature request for this and will keep you updated with what I learn!

Thank you,
Heath

did this ever get added ? looking for same feature now

Sorry but no, we haven’t added first-class support for returning all events associated with devices that share a common system ancestor.

However, attached is a workflow that does what you are looking for. Given a system ID, it returns a list of all devices (up to 1,000) that are descendants of the system. It then makes an event query returning all events that are associated with any of those device IDs.

You may want to modify this to also return the parent system itself to capture any events associated with it.

Let me know if you have any questions.

get-events-of-system-children-develop.flow (2.8 KB)