Forum Discussion
Raji_450
Dec 31, 2020Copper Contributor
Re: API to search list of videos or channels with strings in microsoft streams
Hello Team, I would like to search for the videos with strings (i.e 'safety') in Microsoft streams. I searched through the document but I haven't found an API for it. Do we have an API to query with...
Dorje-McKinnon
Oct 07, 2022Iron Contributor
Hi Raji_450 , several years too late for your question but I think you've got two options
1 - use the $filter option available in the api BUT you search term has to be in the name, title or description
Here is an example of filtering on the state property being equal to Completed OR the contentSource property being equal to livestream.
For my region the URL is as follows
You could also try using search and grabbing the returned HTML and parsing that (would be hard for me).