Skip to contents

Get list of all interviewers by supervisor

Usage

suso_getINT(
  url = suso_get_api_key("susoServer"),
  usr = suso_get_api_key("susoUser"),
  pass = suso_get_api_key("susoPass"),
  sv_id = NULL,
  workspace = NULL,
  token = NULL
)

Arguments

url

Survey Solutions server address

usr

Survey Solutions API user

pass

Survey Solutions API password

sv_id

supervisor id

workspace

If workspace name is provide requests are made regarding this specific workspace, if no workspace is provided defaults to primary workspace.

token

If Survey Solutions server token is provided usr and pass will be ignored

Examples

if (FALSE) {
suso_getINT(
          workspace = "myworkspace",
          sv_id = "xxxx-xxxx-xxxx-xxx"
          )
}