List Trips

List all trips for the authenticated user.

view=full (the default, and what mobile consumes) is unchanged. view=list returns the slimmer TripListSummary per trip — see that model for the field-by-field rationale. Both views run exactly the same queries: every remaining field still needs the hero-photo, plan, conversation and member loads.

get/trips

Query parameters

view'full' | 'list'

Response

view=full (default) returns TripsListResponse; view=list returns the slimmer TripsListViewResponse.

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.