Returns information on an enterprise risk.
URL
{RMUrl}/api/objects/ERMRisk/<InstanceID>
REQUEST METHOD
GET
URL PARAMETER
InstanceID: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{RMUrl}/api/objects/ERMRisk/53
SUCCESS RESPONSE
Details on an enterprise risk. For details on viewing the types of attributes available for the object in question, see Modulo Risk Manager Features -> 3.ERM -> 3.2 Enterprise Risks -> List Enterprise Risk Attributes.
SUCCESS RESPONSE EXAMPLE
[
{
"Id":53,
"Deleted":false,
"Name":"Low cash flow",
"Category":"External",
"Description":"Defict of cash on hand to honor everyday payments.",
"RiskOwner":{"Id":"066f2b90-7172-4dd4-b52f-5c443d91d35f","Caption":"John Smith"},
"InherentImpact":10.0,
"InherentProbability":5.0,
"InherentRiskScore":{"Status":"Ok","Value":50.0},
"ResidualImpact":5.0,
"ResidualProbability":2.0,
"ResidualInherentRiskScore":{"Status":"Ok","Value":10.0},
"Controls":[{"Id":27,"Caption":"Comply with the federal labor law "},{"Id":29,"Caption":" Comply with the federal labor law "}],
"Type":"Credit Risk"}
]