salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
126 stars 194 forks source link

[BUG] ET_Email() return only one email record. #121

Open QimanWang opened 4 years ago

QimanWang commented 4 years ago

Describe the bug A clear and concise description of what the bug is. ET_Email() seems to only return one record, instead of the whole list of emails. To Reproduce Steps to reproduce the behavior. running https://github.com/salesforce-marketingcloud/FuelSDK-Python/blob/master/objsamples/sample_email.py Expected behavior A clear and concise description of what you expected to happen. will return only one email record. Screenshots If applicable, add screenshots to help explain your problem.

Code snippet A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally.

Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.

Environment

The bug has the severity

Additional context Add any other context about the problem here. Does this have anything to do with email object moving from SOAP to REST?