get_project_risks {galvanizer} | R Documentation |
Retrieve Highbond Project - Risks
Description
"A narrative is a description of a business process or area under review. Narratives are also known as policies, process narratives, process descriptions, or control guides."
Usage
get_project_risks(
auth,
objective_id = NULL,
risk_id = NULL,
fields = NULL,
pagesize = 50,
waittime = 0.2
)
Arguments
auth |
Highbond authentication credentials, created from |
objective_id |
Required if other parameter is blank. May obtain multiple rows. |
risk_id |
Required if other parameter is blank. Will get only one. |
fields |
OPTIONAL. A character vector each field requested within the project. NULL will default to all fields. |
pagesize |
Defaults to 50. Maximum is 100. |
waittime |
Time in seconds to wait between requests. |
Details
possible fields: title, description, risk_id, position, impact, likelihood, custom_attributes, created_at, updated_at, objective, mitigations, entities
Value
A tibble of Risks
[Package galvanizer version 0.5.3 Index]