Conversation Details API does not return all messages #10166
-
The Conversation Details API does not return all messages in the conversation, despite what the documentation says. It seems to always return only a single message, and there seems to be no way to retrieve all messages in the conversation. Is this a bug? https://www.chatwoot.com/developers/api/#tag/Conversations/operation/get-details-of-a-conversation |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to use the Messages API to retrieve all messages in a conversation. Additionally, pagination is required as not all messages are returned in a single call. You can inspect the browser’s console under the Network tab to monitor the corresponding API requests. |
Beta Was this translation helpful? Give feedback.
You need to use the Messages API to retrieve all messages in a conversation.
Additionally, pagination is required as not all messages are returned in a single call. You can inspect the browser’s console under the Network tab to monitor the corresponding API requests.