Rest API Get web Page URL for entity

I’m developing an integration that is supposed to display a view in Flow link.
Is there a way to get the page ID that displays an entity for a project?
e.g. how can I get the page URL that displays all scenes in a project.

A lot of things in Flow use the same structure bu it depends what you are after.

This seems to be the default url to display scenes for a specific project.
It leads to the default Project Scenes overview that is included in the Project Menu.
So if you know the project id you can get there.

https://xxx.shotgunstudio.com/page/project_default?entity_type=Scene&project_id=686

1 Like