Skip to content

Releases: vavalomi/ssaw

Release 0.7

08 Jun 07:19
Compare
Choose a tag to compare
  • new lock(), unlock(), and change_password() methods for the UsersApi(). Since Survey Solutions API doesn't currently have these endpoints, session-based implementation works for Administrator user only
  • MapsApi().upload() will work for API users as well after the version 22.06. For earlier versions session-based implementation (Administrator only) will still apply.

Retrieve all elements from GrapQL lists

19 Jan 21:08
Compare
Choose a tag to compare

Survey Solutions server limits response to 100 elements for interviewers, questionnaires and users queries. Therefore we circumvent this by issuing multiple requests to retrieve all elements.

Bug fix: allow missing properties

16 Oct 02:34
Compare
Choose a tag to compare

allow some properties to be completely missing in questionnaire document

Bug fix: ExportApi().get_list() failed on Windows

18 Jun 21:35
Compare
Choose a tag to compare

The default limit date of 1970-01-01 caused an OSError() on Windows when trying to get datetime(1970,1,1).astimezone()

Release 0.6

27 May 04:20
Compare
Choose a tag to compare
  • generate export file if doesn't exist
  • maps upload (experimental)
  • download of assignment web links (experimental)
  • users.viewer to validate credentials and get the user role

Release 0.5

14 May 14:33
Compare
Choose a tag to compare
  • Add methods for working with calendar events
  • New method to get the list of users with filtering
  • New method to upload map packages

Bug fix: correctly use specified workspace parameter

01 Mar 20:31
Compare
Choose a tag to compare

Bug fix

05 Feb 18:30
Compare
Choose a tag to compare
v0.4.2

Fixes #3 - Users and Questionnaires lists were not returning content …

Bug fix

27 Jan 07:45
Compare
Choose a tag to compare
v0.4.1

rebuild the package

Add support for Workspaces API

27 Jan 07:34
Compare
Choose a tag to compare
v0.4

Adding Workspaces API