Search API on Teams - microsoft-teams

Is there a direct API to call to search through conversations with a search term?
If no direct API, is there an API I can use inside a bot that will allow searching by a term?

There is currently no functionality for this, nor a firm ETA.

They hide this stuff.
On purpose.
https://learn.microsoft.com/en-us/graph/query-parameters#search-parameter

Related

How to record Google Hangout Meeting using Vonage(earlier nexmo) APIs?

I am trying to find API which can record google hangout meeting in Vonage API documents. But unfortunately I have not been able to find it. Does Vonage provide such functionality? Can anyone redirect me to specific API documentation I can refer to. Thanks in Advance.
The Vonage Video API doesn't provide the ability to record a Google Hangout. Google Meet does have recording capability built-in, however. Please see their documentation for this.

Exclude bot users from slack search api results

In the slack UI, when I make a search, it makes a request to the search.modules endpoint. There's also the option to exclude apps and bots from the result, which translates to a boolean POST param to that api endpoint.
https://api.slack.com/methods doesn't list such a method, and only has search.messages, search.files, and search.all.
How can I use the API to search, but exclude bot accounts? Do I need to leverage this seemingly hidden search.modules (which probably is inaccessible with a bot acct)? Is there a better way than making a list of bots and manually filtering them out of search results?
Well it's not in the documentation anywhere, but I can achieve this with the search.messages api by adding search_exclude_bots=True to my POST data.
Since this is undocumented, I'm curious as to whether users should be using this param and if it will be changed in a breaking way in the future.

Is there any Google api to search images.google.com?

I've visited Google custom search engine. It seems it is for the sites included in the custom search engine. This is not what we want. So, I'm asking.
We need this api, even it is paid service.
I would like to answer this question by myself.
No API to access Google images.

Does Google People API support ability to query

Does google people api support the ability to query? Currently, the older api contact google api allows you to use a query parameter "q" to do a simple text search. Was wondering if people api supports this?
Thanks,
Derek
Google People API currently does not support doing such a query. That functionality is one of the feature requests.

Google Search Appliance search in Google Groups

I want to use GSA to serve search results from Google Groups.
I do a lot of research in the web but I did not found information about GSA and Google Groups. I understood that Google Groups use #! (Hashbang) in the URL and GSA doesn't support crawling AJAX applications.
I think that a solutions could be to use the Integrating with Google Apps method but on this, and other similar, article they talk about Google Sites and Google Docs and not about Google Groups.
Because to try this solution I have to involve various departments in the company I would like to know if someone used this method for that. Or if someone could give me some advices to achieve that.
Since there is no API nor any existing oob stuff on the GSA to crawl Google Groups, the best way is to use the Google Adaptor framework and create something on your own. It should be fairly easy tbh.

Resources