Get Messages API only fetching the last 20 Messages in the Conversation #2496
-
https://app.chatwoot.com/api/v1/accounts/{account_id}/conversations/{converstion_id}/messages This API only Returns the last 20 conversations for a given Conversation ID. How to get the entire conversation without the limit of last 20 Conversation ? |
Beta Was this translation helpful? Give feedback.
Answered by
sojan-official
Jun 24, 2021
Replies: 1 comment 1 reply
-
at the moment the API only supports getting 20 messages at a time. you can paginate by providing the parameter |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devrulabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at the moment the API only supports getting 20 messages at a time. you can paginate by providing the parameter
before
which accepts a message-id for value.