How to define direct URL for latest videos list view?

Copper Contributor

On Stream, if you click Videos Tab, you get the Trending videos list view by default which is crazy (MS wants to play facebook).

 

https://web.microsoftstream.com/browse

 

What should I add to the end of the above URL if I want the direct URL Latest Videos (Sort: Publishing Date)? So, I need a URL for a link which takes the user directly to the latest videos view, not the stupa trending videos. 

 

I mean the case:

 

https://web.microsoftstream.com/browse&[here-comes-attributes-for-the-latest-videos-view]

 

Thanks in advance!

 

4 Replies
Hi @BreXit

Similar uservoice open for this here

https://techcommunity.microsoft.com/t5/Microsoft-Stream-Ideas/Define-default-sorting-order-for-a-cha...

Have opened a new one for you here

https://techcommunity.microsoft.com/t5/Microsoft-Stream-Ideas/Define-default-sorting-order-for-disco...

Would vote to push it up the agenda. Hope that answers your question

Best, Chris




Best, Chris

I don't need The Latest be the default BUT: THE URL ENDING WHICH DEFINES THE LATEST CHOICE: IT'S SOMETHING LIKE: https://web.microsoftstream.com/browse______________&[HERE COMES THE PROPERTY="IS LATEST"]

@BreXitThe Microsoft Stream Web UI Angular App seems not to provide a URL extension for setting the "sort by" option. But because of our post I got to know the api. When you change the option to "publishedDate" this command is fired in my tenant:

 

https://euwe-1.api.microsoftstream.com/api/videos?$top=22&$skip=0&$orderby=publishedDate%20desc&$exp...

 

Calling this in a new browser tab inside a browser where you are signed in with your account, you will get the informations you want as JSON. Indicated by the "private" behind the version, this is not a public available api, but if you are firm with writing some code, maybe you can use this to get the elements you need.

But I think a uservoice entry would be good!

100% agree with @Tomislav Karafilov

Needs to be in the GUI. This is a functionality which ought to be there in order to mature the Stream app.

Best, Chris