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.
Changes
Changed in 1 of the 22 revisions of this API.1
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○