Please help us help you and fill where relevant:
Your LimeSurvey version: [5.4.15]
Own server or LimeSurvey hosting: Own Server - Docker image [martialblog/limesurvey:latest]
Survey theme/template:
==================
I am querying the JSON RPC API for responses and questions.
The
list_questions
endpoint does not show Sub Question Texts if Question type is "multipleshorttext".
The only way to get those Texts was via
export_responses
if the "$sHeadingType" is set to "full". The response to this is unfortunately really hard to parse, since the "keys" in the json can be "anything" depending on the question text.
Is there an easier way?
Alternatively, is there a complete list of keys the response can include for all the HeadingTypes (full, abbrv code)?