getEvents

fun getEvents(tripId: String): List<Event>

Gets the events for a specified trip

Return

List of Event related to the given trip

Parameters

tripId

Id of the trip to get events from