Skip to content

VSN-2434/ feat(trip): Add endpoints to fetch trip IDs and absence periods by passenger

fatima senan a demandé de fusionner feature/VSN-2434 vers develop

This mr adds the following endpoints to synchronize the passenger trip list with absence data :

  • GET /api/circuit/trip/by-passenger/{passengerUuid} — returns all trip circuit IDs assigned to a passenger
  • GET /api/circuit/trip/by-passenger/{passengerUuid}/absence-periods — returns absence periods for a passenger within an optional date range (?from=&to=)

Rapports de requête de fusion