suso_getSV: Survey Solutions API call for list of supervisors

View source: R/suso_api_user.R

suso_getSVR Documentation

Survey Solutions API call for list of supervisors

Description

Gets list of supervisors

Usage

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

Arguments

url

Survey Solutions server address

usr

Survey Solutions API user

pass

Survey Solutions API password

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

## Not run: 
suso_getSV(
          workspace = "myworkspace"
          )
# or without any workspace and receive the default workspace
suso_getSV()


## End(Not run)



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