List Enterprise Risk Attributes

Returns the list of enterprise risk attributes.

 

URL

{RMUrl}/api/objects/info/ERMRisk/attributes

 

REQUEST METHOD

GET

 

URL PARAMETERS

This feature does not have parameters.

 

REQUEST EXAMPLE

{RMUrl}/api/objects/info/ERMRisk/attributes

 

SUCCESS RESPONSE

For more information on attribute types, see Appendix 1: Attribute Types.

 

SUCCESS RESPONSE EXAMPLES

[

{

"Name":"Oid",

"TypeName":"Number",

"VariableName":"Oid",

"Description":"",

"DecimalPlaces":0

"Required":true

},

{

"Name":"",

"TypeName":"Formula",

"VariableName":"ResidualInherentRiskScore",

"Description":"This field displays the Residual Risk Score for a single risk, which is calculated by multiplying the Residual Impact by the Residual Probability.",

"Required":false,

"ReturnType":"Number"

},

{

"Name":"Name",

"TypeName":"Text",

"VariableName":"Name",

"Required":false

"MinLength":1,

"MaxLength":200

},

{

"Name":"",

"TypeName":"Number",

"VariableName":"ResidualImpact",

"Required":true

"Description":"The impact quantifies the consequences to the organization should the risk materialize. It accepts positive real numbers from zero to infinity, and is used in the default formula for calculating the Risk Score.",

"DecimalPlaces":2,

"MinValue":0.0

},

{

"Name":"",

"TypeName":"SingleSelect",

"VariableName":"Category",

"Required":true

"Description":"The category is used to classify the risk.",

"Format":"SingleSelection",

"AllowedValues":["Continuity","Data","External","Natural","Operational","Physical","Security","Stakeholders"]

},

{

"Name":"",

"TypeName":"Number",

"VariableName":"Probability",

"Required":true

"Description":"The residual probability quantifies the chances of the risk occurring assuming the associated controls are implemented. It is used in the default formula for calculating the Risk Score.",

"DecimalPlaces":2,

"MinValue":0.0

},

{

"Name":"",

"TypeName":"SingleRelationship",

"VariableName":"RiskOwner",

"Required":false

"Description":"In this field you can select a person to be assigned as responsible for an enterprise risk.",

"Format":"SingleRelationship",

"RelatedObjectInfo":{"Name":"HumanResource","DisplayName":"Person"}

},

{

"Name":"",

"TypeName":"Formula",

"VariableName":"InherentRiskScore",

"Required":true

"Description":"This field displays the Inherent Risk Score for a single risk, which is calculated by multiplying the Inherent Impact by the Inherent Probability."

},

{

"Name":"",

"TypeName":"Number",

"VariableName":"ResidualProbability",

"Required":true

"Description":"The residual probability quantifies the chances of the risk occurring assuming the associated controls are implemented. It is used in the default formula for calculating the Risk Score.",

"DecimalPlaces":2,

"MinValue":0.0

},

{

"Name":"",

"TypeName":"MultipleRelationships",

"VariableName":"Controls",

"Required":true

"Description":" This field is used to list controls associated with the risk to minimize the impact or probability of the risk materializing.",

"Format":"MultipleRelationship",

"RelatedObjectInfo":{"Name":"ControlNameSingular","DisplayName":"Enterprise Control"}

},

{

"Name":"",

"TypeName":"Number",

"VariableName":"Impact",

"Required":true

"Description":"The residual impact quantifies the consequences to the organization should the risk materialize assuming the associated controls are implemented. It is used in the default formula for calculating the Risk Score.",

"DecimalPlaces":2,

"MinValue":0.0

}

]