Survey Solutions API call for questions and responses from single questionnaire
suso_getQuestionsQuestionnaire.Rd
Returns all questions for single questionnaire (ONLY if they contain responses), if you require all questions
from any questionnaire on the server, then you have to use suso_getQuestDetails(...,
operation.type = "structure")
Usage
suso_getQuestionsQuestionnaire(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
workspace = NULL,
token = NULL,
questID = NULL,
version = NULL
)
Arguments
- server
Survey Solutions server address
- apiUser
Survey Solutions API user
- apiPass
Survey Solutions API password
- workspace
server workspace, if nothing provided, defaults to primary
- token
If Survey Solutions server token is provided apiUser and apiPass will be ignored
- questID
only assignments for QuestionnaireId are returned, requires
version
being not NULL- version
version of the questionnaire, only required with
questID