Hi,
I have similar issue. i would like to use the dropdown
question's choicesByUrl property. the rest api(actually graphql api) supports only POST method and need to pass the query as request body.but i see that the current question supports only GET
method
we need something like below.
JSON{
type: "dropdown",
name: "country",
title: "Select the country...",
isRequired: true,
choicesByUrl: {
"url": "https://surveyjs.io/api/CountriesExample",
"method": "post",
"body" :{
"query:{}
}
"valueName": "name"
}
}
do you have any suggestions?
Thanks
Azeet