get Objects
fun getObjects(limit: Int, filterIds: Collection<Int>): Pair<List<Event>, List<Int>>
Content copied to clipboard
Returns pair of lists with events and their database ids. Events are guaranteed to be sorted in ascending order according to time of their creation.
Parameters
limit
maximum number of events to return.