sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

Are start_date and end_date results included in the transaction email logs? #94

Open AhanR opened 3 months ago

AhanR commented 3 months ago

Hey, I have one small query:

I was going through the documentation: https://github.com/sendinblue/APIv3-python-library/blob/master/docs/TransactionalEmailsApi.md#get_email_event_report

are the start_date and end_date included in the data that is sent back. i.e if state_date = '2023-06-23' AND end_date = '2023-06-23'

Then will I be getting back any data or not? Could you just specify wether the start date and end dates are included in the data sent back or not.

Thanks!