I have a separate external web application with a list of properties that I need to send it's Property ID to a map that will zoom to and perhaps open the InfoWindow of that polygon or point. So for example I would open the webmap with the URL like.... www.mydomain.com/MyWebMap.aspx?ID=1234 and then have the API use the ID 1234 to query and zoom directly to that polygon (But still have all the other polygons on that map to move around and identify). Can any one point me on where to even start to figure out how to do this or an example?