Question T5722
Visible to All Users

How to get textual data through API

created 4 years ago

getSurveyResults API gives the numerical data. But is there any API or something else to get the textual data or data in Labels like what you provide in your portal in Table Section of Results Link.

Answers approved by surveyjs Support

created 4 years ago

Hello,

getSurveyResults method returns array of survey data. In order to get question titles we get survey JSON on our site, create survey instance and use texts from survey model.

Thanks, Serge
SurveyJS Team