Questionnaires

class QuestionnairesApi(client, workspace=None)

Set of functions to access information on Questionnaires.

get_list(fields=None, questionnaire_id=None, version=None, skip=0, take=None)
statuses()
document(id, version)
interviews(id, version)
update_recordaudio(id, version, enabled)

Download links for the assignments in Web Mode.

Parameters
  • id (UUID) – questionnaire id

  • version (int) – questionnaire version

  • path (Optional[str]) – optionally specify the download location

if path is specified, zip archive will be downloaded to the location. Otherwise, list of AssignmentWebLink objects will be returned