0

[DONE 1.8] Dashboard Query

Well,  since this thing is live I figure let it rip.  I am working on a application used to manage data inside of Shotgun.  I'd like the external application to query shotgun for a projects dashboard page and return the URL.  This way the external application can open up URL's in firefox and shotgun for each project listed within the application.  This would give the user the ability to go directly to the project in question from my external application.   Since we are constantly updating our project templates making them better and better.  It's impossible to know what the current page number is for any given project.  In the past I have asked for similar external page requesting capabilities but figured the dashboard would be the most straight forward point of entry for a given project and might be able to be built without to much development. 

Just a Request.

-Romey

3 comments

  • 0
    Avatar
    Isaac Reuben

    Hey Romey,
    Think I've got a solution that will work for you to link to the Project dashboard, though be warned that the implementation of this might change by the 1.8 or 1.9 release so might need to switch this up.  The Project dashboard is actually just a detail page for a project entity, so as long as you know the id of the project, you can send people directly to it:

    http://<server>/detail/Project/<project_id>

    Cheers,
    - Isaac

  • 0
    Avatar
    Mike Romey

    That will work very well.  Awsome  I suspect this will work with detail pages for shots, assets, versions elements, etc, etc 

    Thanks a bunch.

    -Romey

  • 0
    Avatar
Please sign in to leave a comment.