suso_getAllAnswerInterview: Survey Solutions API call to retrieve all answers for a...

View source: R/suso_api_Interviews.R

suso_getAllAnswerInterviewR Documentation

Survey Solutions API call to retrieve all answers for a specific interview

Description

Returns all responses for a specific interview

Usage

suso_getAllAnswerInterview(
  server = suso_get_api_key("susoServer"),
  apiUser = suso_get_api_key("susoUser"),
  apiPass = suso_get_api_key("susoPass"),
  workspace = NULL,
  token = NULL,
  intID = ""
)

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

intID

the InterviewId of the interview. To get a list of all interview for a specific questionnaire, execute suso_getAllInterviewQuestionnaire

Examples

## Not run: 
suso_getAllAnswerInterview(
          workspace = "myworkspace",
          intID = "dee7705f-d611-4b12-9b97-2b8e5b80c4ea"
          )


## End(Not run)



michael-cw/SurveySolutionsAPI documentation built on Jan. 14, 2024, 2:58 a.m.