This is my first time using ArcGIS APIs, so I may just be missing something. But I'm struggling to find any API for interacting with Story Maps from my JavaScript code. Can someone point me in the right direction?
We have one our web application an embedded ArcGIS map. It's got some layers that draw polygons on the map to outline clickable areas, and we use data fetched from our DB to populate a pop-up when any given area is clicked. All very simple.
Now I'm tasked with investigating how to incorporate Story Maps into our solution. But what I'm not seeing is any way to interact with the Story Map data hosted at ArcGIS (I've published a couple of simple ones for testing). Everything I find is documentation on how to create the Story Maps themselves. But once created, how do I use them in my map?
I can directly access my Story Maps at https://storymaps.arcgis.com/stories/[story_map_id] and that works great. So we could for example open a new tab to that URL or perhaps embed it in an iframe. Is there anything else we can do from our application's map?