Please help us help you and fill where relevant:
Your LimeSurvey version:
6.5.4+240422
Own server or LimeSurvey hosting: own server
Survey theme/template:
Fruity TwentyThree
==================
Hello,
Longtime user of the Remote Control API on Limesurvey
3.22.28+200728
, now we've migrated to
6.5.4+240422
and I've noticed some things do not behave the same. Most importantly, the get_question_properties API call no longer returns a "question" field - with the question text in it. Similarly, the "set_question_properties" API call no longer seems to accept a similar field, so it is impossible to update the question text using the API, which is a shame since it was a functionality I use quite a bit. Is there still a way to access/change the "question" property like in the older LS version? Am I missing something?
To help visualize what I mean, here is the return array for "get_question_properties" from LS 3.22:
And here is what I get in LS 6:
Also, since I'm a heavy user of the API, I'd like to learn more about it, and possible even contribute to its development. Where/how can I do that?
Thank you all for your time!