Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I was looking for a way to search messages using Webex Teams API, but I didn't find anything here: https://developer.webex.com/docs.
For instance:
Search for any message that contains "foo" in any conversation. Search for any message that contain...
I agree that given a room ID, it is possible to retrieve the conversation history and scan it manually for "foo". But this is inefficient because (1) you have to send lots of requests to pull the whole conversation history; (2) you have to search by ...