Wondering if anyone knows how to identify a dynamiclayer as in a joindatasource layer?
The REST API has a DynamicLayers text box in the identify request where I can successfully get results from a layer that does not exist on the mapservice. You can see it here:
Identify (Census)
I just can't find a way to do this in Javascript. Do I really need to build the request manually? It seems weird... dynamiclayers exist since 10.1, I suppose there is a way in the JS API?
Thanks.