- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
payload = { 'method': 'export_statistics', 'params': { 'sSessionKey': session_key, 'iSurveyID': survey_id, 'sDocumentType': 'xls', }, 'id': 1 } headers = { 'content-type': 'application/json' } response = requests.post(url, data=json.dumps(payload), headers=headers)
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
I'll also add that with the same code I can work with no problems with other surveys that do not have the response type in question.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.