- Posts: 12
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
DivePeak wrote: You need to remove the:
("iSurveyID", '123456')
For some reason, including the survey id makes it return "invalid questionID".
The request should look like:
{"method":"get_question_properties","params":{"sSessionKey":"yourKey","iQuestionID":571},"id":1}