I'm creating a Spotfire/JavaScript mashup and I'd quite like the user to be able to select the most appropriate visualisation/analysis from a dropdown list.
However, I'd rather not hard-code the list of analyses, I'd prefer it if there was some way to programmatically poll the webplayer application and get back a list of analyses in the webplayer library. There doesn't seem to be anything obvious in the API.
How would I go about doing this?