Rally Software

  • 1.  How to get workspace list for a user using API call?

    Posted May 15, 2017 01:49 PM

    We have a needs to get data from Rally using API calls.  The challenge we are facing now is the account used for this action has permission to multiple workspaces.  The behavior we see now shows the API call always assumes the workspace chosen by the user session or the first workspace on the list, and only gets data from that ONE workspace.

     

    Is it possible to get all the workspaces the user has access to, and loop through or choose workspace to get ALL data from ALL workspaces or the selected ones (more than one workspace), using API calls?



  • 2.  Re: How to get workspace list for a user using API call?

    Posted May 15, 2017 03:10 PM


  • 3.  Re: How to get workspace list for a user using API call?
    Best Answer

    Posted May 15, 2017 05:21 PM

    Hi Yang,

     

    In addition to the endpoints Christopher sent, also see the following KB (Step 11), for an example of including a workspace in a request.

    How workspace scoping in the UI affects workspace scoping in WS API queries 
    Here is another useful article about workspaces in WS API:

    WS API: How to query for workspace by name 

     

    Thanks,

    Sean Davis