get_interview_history | R Documentation |
Get the history of interview actions for the target interview.
get_interview_history(
interview_id,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
interview_id |
Character. GUID for interview. |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose interviews to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
Wrapper for the GET /api/v1/interviews/{id}/history
endpoint.
List
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.