Get Trip Details
Return the full details of a specific saved trip by its id.
When to Use
- Works on all screen sizes and device types
How to Use
Location: History modal or current planner view
- Use listTrips to get a trip ID.
- Call getTripDetails with that ID to retrieve the full itinerary.
What to Expect
Returns the full trip details including all days, transports, activities, accommodations, and total cost.
Prerequisites
- At least one trip must be saved
Limitations
- Requires a valid trip ID; use listTrips to get IDs