sendinblue / APIv3-csharp-library

SendinBlue's C# library for API v3
MIT License
58 stars 26 forks source link

Missing parameter for method GetTransacEmailsListAsync #41

Closed EnjoyMachine closed 3 years ago

EnjoyMachine commented 3 years ago

The "limit" parameter is necessary in the url The value must be an optional parameter in the method (By default it should be 500)

I have an exemple where you can see that if the parameter is not sent, I don't receive any values

With parameter: with-parameter

Without parameter: without-parameter

EnjoyMachine commented 3 years ago

I can't add a branch in Github to add the solution so here is the file with the correction TransactionalEmailsApi.zip

amitsendinblue commented 3 years ago

Hello @EnjoyMachine, Sorry for the late reply. I tried same scenario with my test account it is working as expected for me - limit is optional parameter and getting results without limit parameter as well. It might be an account specific issue. I would request you to please report this issue with our support team from you account (https://account.sendinblue.com/support --> please create a new ticket) as it might require further investigation and we will look into it. Thanks