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.
How to get textual data through API
Answers approved by surveyjs Support
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