get_assignments | R Documentation |
Get all assignments for query parameters. Wrapper for GET /api/v1/assignments
endpoint.
get_assignments(
search_by = "",
qnr_id = "",
qnr_version = "",
responsible = "",
supervisor_id = "",
show_archive = FALSE,
order = "",
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
search_by |
Character. Search for matching text in identifying questions. |
qnr_id |
Questionnaire ID. GUID provided by the server. |
qnr_version |
Questionnaire version. Version number provided by the server. |
responsible |
Character. Either user ID (GUID) or user name. |
supervisor_id |
Character. User ID (GUID) of supervisor. |
show_archive |
Logical. Include archived assignments. |
order |
Possible values are Id, ResponsibleName, InterviewsCount, Quantity, UpdatedAtUtc, CreatedAtUtc Followed by ordering direction "ASC" or "DESC" |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose assignments to get. In workspace list, value of |
user |
User name |
password |
Password |
Data frame of all assignments that meet search criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.