Releases: vavalomi/ssaw
Releases · vavalomi/ssaw
Release 0.7
- 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
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
allow some properties to be completely missing in questionnaire document
Bug fix: ExportApi().get_list() failed on Windows
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
- 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
- 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
v0.4.3 linting again
Bug fix
Bug fix
Add support for Workspaces API
v0.4 Adding Workspaces API