Dec 31 2020
01:40 AM
- last edited on
Feb 01 2023
11:06 AM
by
TechCommunityAP
Dec 31 2020
01:40 AM
- last edited on
Feb 01 2023
11:06 AM
by
TechCommunityAP
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 a string? If any can anyone please help me out to route to the appropriate document.
Thanks.
Jan 01 2021 11:25 PM
Oct 06 2022 08:59 PM
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).