Hi,
I would like to ask if it is possible to prepopulate a dropdown list for a Survey123 question using an external API? for example a BIM Common Data Environment folder structure.
Thank you,
George
Solved! Go to Solution.
Hello @GeorgeF,
It is possible with a bit of configuration, essentially Survey123 can only use the /query endpoint of an ArcGIS feature service with the search() appearance to dynamically populate a choice list.
That being said Esri does have a JavaScript toolkit that may be used to integrate your API into endpoints familiar to Survey123. This toolkit is called Koop and has been demonstrated in our Developer Summit conference a couple of years ago.
Hello @GeorgeF,
It is possible with a bit of configuration, essentially Survey123 can only use the /query endpoint of an ArcGIS feature service with the search() appearance to dynamically populate a choice list.
That being said Esri does have a JavaScript toolkit that may be used to integrate your API into endpoints familiar to Survey123. This toolkit is called Koop and has been demonstrated in our Developer Summit conference a couple of years ago.