get_interviews | R Documentation |
Get list of interviews and their attributes
get_interviews(
nodes = c("id", "key", "assignmentId", "identifyingData", "questionnaireId",
"questionnaireVersion", "questionnaireVariable", "responsibleName", "responsibleId",
"responsibleRole", "supervisorName", "status", "actionFlags", "wasCompleted",
"notAnsweredCount", "errorsCount", "createdDate", "updateDateUtc",
"receivedByInterviewerAtUtc", "interviewMode"),
chunk_size = 100,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
nodes |
Character vector. Names of attributes to fetch for each interview. |
chunk_size |
Numeric. Number of records to take in one request. |
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 or admin user name for user that access to the workspace. |
password |
Character. API or admin password |
GraphQL implementation of deprecated REST GET /api/v1/interviews/{id}
endpoint.
Data frame of interviews and their (user-specified) attributes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.