View source: R/suso_api_workspace.R
suso_getWorkspace | R Documentation |
suso_getWorkspace
allows you to get the list of workspaces, information about individual workspace names
as well as workspace statuses. Workspaces as well as Workspaces information can only be accessed, if credentials
are eligible. For more details please read https://docs.mysurvey.solutions/headquarters/accounts/workspaces/
suso_getWorkspace(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
token = NULL,
workspace = NULL,
status = FALSE
)
server |
Survey Solutions server address |
apiUser |
Survey Solutions API user |
apiPass |
Survey Solutions API password |
token |
If Survey Solutions server token is provided apiUser and apiPass will be ignored |
workspace |
If workspace name is provide requests are made regarding this specific workspace |
status |
if status is TRUE worskpace must be not NULL and status information about the specific workspace is requested |
## Not run:
# This assumes, that suso_PwCheck(workspace = "myworkspace") was
# sucessful
# shows all workspaces in the system AND the user has access to
suso_createWorkspace(
workspace = "myworkspace",
status = F)
# shows details for specific workspace myworkspace
suso_createWorkspace(
workspace = "myworkspace",
status = F)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.