Connector API: fetching of all reservations in a reservation group
Currently there's no way to retrieve all reservations in a reservation group.
Our use case: we fetch recently changed reservations from Mews but need to push all reservations in the reservation group as a whole. But we don't know what additional reservations are in that group.
Retrieving all reservations belonging to a specific group or groups can be done by specifying the desired GroupIds in the Get all reservations request.
-
Leon Bogaert commented
It would be nice to be able to retrieve all reservations in a group. We have a (near) realtime integration and whenever a reservation is updated I need to retrieve all reservation in the same group so they can be sent as a whole.
As a workaround I'm going to retrieve all reservations in a time interval and filter them manually.