Get Hyperlinks of Scenes

Hi, I need to get the ShotGrid Webpage Hyperlink to each Scene in my project.
For eg: https://xyz.shotgunstudio.com/page/97944#Scene_6159

Here Scene_# is the ID of Scene.
Please help in getting the page/ID/ programmatically.

Rather the url would be http://xyz.shotgunstudio.com/detail/Scene/6159. This gives you the single scene details page.
The page id 97944 is your global scenes page or something similar. These ids are not predictable and either should be hardcoded, or skipped entirely.

1 Like

Thanks a lot for that. Didn’t struck to check that before.