Skip to main content
Hi,

can I retrieve all the sandbox ids given a production org id?The use case is that our company has a list of customers which we don't want to upgraded.we need to exclude their production and sandboxes during the "push upgrade"  in release.
5 réponses
  1. 19 août, 13:01

    This query works. 

    Go to developer console in production and paste it in query editor, check using tooling API, that will give list of IDs of sandbox and name 

     

    Select Id, SandboxName,from SandboxInfo 

     

0/9000