View source: R/suso_api_statistics.R
suso_getQuestionsQuestionnaire | R Documentation |
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")
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
)
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 |
version of the questionnaire, only required with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.