get Several
fun getSeveral( sortBy: String = "startTime", sortDesc: Boolean = false, limit: Int? = null, offset: Int? = null, searchQuery: String? = null): PagedData<Trip>
Content copied to clipboard
Gets several trips based on the provided criteria
Return
List of Trip that fits the criteria
Parameters
sort By
Name of column to sort by
sort Desc
Flag to sort descending
search Query
Additional search query string to filter the results