I want to do a GetFeed on devices by group. Is the best way to do it to run a Get request on Device and search by group, then do a multi call of GetFeed requests on LogRecords searching by the resulting devices from the first request?
I also though about just doing a LogRecord feed and filtering after the fact by the list of devices, but felt that would be a lot worse.
I guess I'm really just checking to make sure there isn't a way to do a GetFeed on LogRecord searching by multiple devices in a single request.
Thanks,
Tucker