getEventsForBusinessObject

open suspend override fun getEventsForBusinessObject(id: Long): Either<StoreError, List<Event>>

Return

All Events for the BusinessObject with the given id if they exist and can be successfully retrieved

A StoreError if the Events could not be retrieved