then just substitute %globals_get_albumid% into the query string on your rest asset url
if you're nesting the rest asset then you can pass the albumid in as one of the nest content options
Thanks J.P
Looking backwards, I have a nested content DIV on the web page ... which calls an Asset Listing Page ... which calls a JSON Data Source ... which calls a REST Resource..
If it doesn't I think the mostly likely place you'd run into trouble is on the JSON data source asset. If that's the case you could try specifying the rest asset using a hardcoded URI (and inserting your variable in that using the global keyword) instead of the asset selector.
Easy enough to create the 4 assets for a specific Flickr album, but not having much joy trying to abstract out the process. Any examples out there, apart from what's in the manual?
There's a 'Append Query String' option on the REST Resource asset's details page ('Append query string to the request URL' option on the REST Resource JavaScript details page). If you use that then you should be able to use the URL to your REST Resource with those query strings already added (you'll need to put together all of the variables though).