Reputation: 41
I want to get all userstores regardless their projects. can this be done in one query? I have a recursive logic and looping over projects, for each project doing this logic can't work for me as some US have parents in different projects
any idea?
Upvotes: 1
Views: 279
Reputation: 8410
The short answer is by including workspace=/workspace/12345&project=null as query string parameters in your WSAPI request url. How are you accessing the WSAPI? App SDK 1? 2? There are different ways to do this depending on what toolkit you are using.
Upvotes: 1