View source: R/suso_api_user.R
| suso_getINT_info | R Documentation | 
Get details of interviewers
suso_getINT_info(
  url = suso_get_api_key("susoServer"),
  usr = suso_get_api_key("susoUser"),
  pass = suso_get_api_key("susoPass"),
  int_id = NULL,
  workspace = NULL,
  token = NULL
)
| url | Survey Solutions server address | 
| usr | Survey Solutions API user | 
| pass | Survey Solutions API password | 
| int_id | interviewer 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 | 
## Not run: 
suso_getINT_info(
          workspace = "myworkspace",
          int_id = "xxxx-xxxx-xxxx-xxx"
          )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.