approve_interview_as_hq | R Documentation |
Has server-side side-effect of approving a single interview as headquarters. If verbose = TRUE
, return logical outcome and print message.
approve_interview_as_hq(
interview_id,
comment = "",
verbose = FALSE,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
interview_id |
Character. Interview ID. GUID from server or |
comment |
Character. Comment to post upon approval. |
verbose |
Logical. If |
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 PATCH /api/v1/interviews/{id}/hqapprove
endpoint
If verbose = FALSE
, no return value. If verbose = TRUE
, return logical outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.