You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As such, I am leaving out some params that I don't need for the query. However, I receive {"code":"missing_parameter","message":"Start date is missing"}
Expected behavior: Since neither start date nor end date is given, I should not receive an error.
Node v20.11.1
The text was updated successfully, but these errors were encountered:
I am calling this function: https://github.com/getbrevo/brevo-node/blob/07cc1ff8d503a93f17c62535df61da4d1d42796a/api/transactionalEmailsApi.ts#L726C18-L726C37
Like this:
transactionalEmailsApi.getEmailEventReport(1, 0, null, null, 1, EMAIL, 'delivered', null, null, 21);
As such, I am leaving out some params that I don't need for the query. However, I receive
{"code":"missing_parameter","message":"Start date is missing"}
Expected behavior: Since neither start date nor end date is given, I should not receive an error.
Node v20.11.1
The text was updated successfully, but these errors were encountered: