First, thanks for the wonderful service - now I'd like to play with the backend API. I'd like to search conversations using the API. However, list_conversations only accepts page_number as input
This being said, perhaps the search is not implemented yet ? Because this call doesnt find any results. Which would explain why the ruby lib doesnt have it yet... I have attempted the same with curl, and get empty results as well :
First, thanks for the wonderful service - now I'd like to play with the backend API. I'd like to search conversations using the API. However, list_conversations only accepts page_number as input
I'd like to do
Instead, I have to do this :
Am I missing something ?
This being said, perhaps the search is not implemented yet ? Because this call doesnt find any results. Which would explain why the ruby lib doesnt have it yet... I have attempted the same with curl, and get empty results as well :
curl -u identifier:key https://api.crisp.chat/v1/website/website_id/conversations/1?search_query=test&search_type=text