Load Data from Web Services

Edit in →
Survey Creator

SurveyJS Form Library allows you to populate drop-down menus with data loaded from a REST API web service. For this purpose, drop-down form fields include the choicesByUrl property. Read more...

Themes
Color palette
Question appearance
Sorry, we can't retrieve the data from server. Please comeback later.

SurveyJS Form Library allows you to populate drop-down menus with data loaded from a REST API web service. For this purpose, drop-down form fields include the choicesByUrl property. It accepts an object with the following properties:

  • url: String
    A RESTful service's URL. It may include placeholders that allow you to use question values as URL query parameters (see the reg_country question in this demo).

  • valueName: String
    Specifies which field contains choice values.

  • titleName: String
    Specifies which field contains display texts for choice values.

  • path: String
    A path to the array of choices. Specify path only if the array of choices is nested within the object returned by the service. The following path separators are allowed: semicolon (;), comma (,).

When you use choicesByUrl, the form field queries an entire dataset in a single request. This technique may decrease performance on large datasets. In this case, we recommend that you implement lazy loading.

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.