intercom-java
intercom-java copied to clipboard
Conversation.list() API returns all conversations. No date range param.
Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to this template may be closed.
For feature requests please contact us at [email protected]
Version info
- intercom-java version:
- Java version:
Expected behavior
Conversation.list() API should take in a date range param and only returns Conversations falls in-between the given date range.
Actual behavior
Conversation.list() API returns all conversations. It's not necessary, and the response is bloated.
Steps to reproduce
- See above