Using RTC Java API, how to get the components present in a snapshot and load them using just the Snapshot URL?
![](http://jazz.net/_images/myphoto/117a5ddadf31f4ea35cb322a934101da.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/117a5ddadf31f4ea35cb322a934101da.jpg)
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ shows how to use a UUID to get the object. Assuming the URL contains the UUID, that would be a viable option to look into.
If the URL only contains the name, the SCM API allows to search for streams with names as explained here: https://rsjazz.wordpress.com/2013/09/24/managing-workspaces-streams-and-components-using-the-plain-java-client-libraries/ .