04-02-2024 12:39 AM
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:
Is this supported?
Thanks
04-03-2024 03:01 AM
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 yourself in the pulled conversation, which can be long.
This inefficient workaround becomes completely impractical if your search is no longer limited to a single room. Because in this situation, you'll have to repeat the process above for each room separately.
04-02-2024 12:51 PM
AFAIK, there is no such api.
You may build it your own by listing all messages https://developer.webex.com/docs/api/v1/messages/list-messages and searching each result for the desired text.
Feel also free to add a feature enhancement idea via https://ciscocollabcustomer.ideas.aha.io/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide