6120e6062e5dd2c4bc10d604b0c9831330eb6da9
The namespace of the `ReceiverController` class was updated from `EnvelopeGenerator.GeneratorAPI.Controllers` to `EnvelopeGenerator.Server.Controllers`. The `Get` method was enhanced with the following changes: - Added `[Authorize]` attribute with `AuthScheme.Sender`. - Updated the method signature to include an optional `ReadReceiverQuery? receiver` parameter (defaulting to `null`) and a new `bool onlyEmailAddress` parameter (defaulting to `false`). - Modified logic to handle `receiver` being `null` by creating a new `ReadReceiverQuery`. - Added handling for `onlyEmailAddress` to return a list of email addresses if true. - Simplified the result handling and removed the previous `receiver.HasAnyCriteria` logic.
Description
No description provided
Languages
JavaScript
86%
C#
6.9%
HTML
2.8%
Visual Basic .NET
2.7%
CSS
1.2%
Other
0.4%