Bridge - Is it possible to get Workspace URL?

Options

Is it possible to get the Workspace URL via Bridge? Tried using both Get Row and Get Sheet functions but only see the Workspace ID.


Tags:

Best Answer

  • Genevieve P.
    Genevieve P. Employee Admin
    Answer ✓
    Options

    Hi @Zeb Loewenstein

    There isn't a direct "Get Workspace" module in Bridge, so you'd need to use the HTTP utility module to access the Smartsheet API and get that Workspace URL.

    You can use the Data Reference to the Workspace ID (the one you've pointed an arrow at) to then bring back data around that specific workspace in the HTTP module.

    For example, the URL in the HTTP call would look like:

    https://api.smartsheet.com/2.0/workspaces/{{workspace ID data reference}}

    I hope that helps!

    Genevieve

Answers