devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
813 stars 248 forks source link

[Feature Request] Additional features on GET /api/{session}/chats #311

Open simonemori opened 2 months ago

simonemori commented 2 months ago

Hi,

Would it be possible to please add the following parameters to the GET call /api/{session}/chats?

please feel free to change or suggest another way.

Thanks, Simone

patron:ADVANCED

devlikepro commented 2 weeks ago

Added limit and offset parameters to GET /api/{session}/chats endpoint.


Get all chats

Get all chats

GET /api/{session}/chats

If you see timeout or the request takes too long - consider using limit parameter to get chats in smaller chunks

GET /api/{session}/chats?limit=100&offset=0

patron:PRO