SOLVED

New User - C# API to search the title of videos in MS Stream

Copper Contributor

Hello,

 

  I am a new C# programming and have created a web page. I want to add a search bar to the page that will allow me to search the titles of MS Stream videos and return links to titles that contain the search phrase. Can this be done?

 

Cheers!

 

Peter

1 Reply
best response confirmed by VI_Migration (Silver Contributor)
Solution
For classic Stream no there are no APIs to do this, someone could screen scrap websites but this isn't recommended and the format of the page could change.

On Stream on SharePoint, the future of video in M365 it will be based on SharePoint & ODB and then you would use MS Graph APIs to get access to the files and metadata.
1 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution
For classic Stream no there are no APIs to do this, someone could screen scrap websites but this isn't recommended and the format of the page could change.

On Stream on SharePoint, the future of video in M365 it will be based on SharePoint & ODB and then you would use MS Graph APIs to get access to the files and metadata.

View solution in original post