View Loss Event Details

Returns information on a loss event registered in the ERM solution.

 

URL

{RMUrl}/api/objects/ERMEvent/<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/ERMEvent/53

 

SUCCESS RESPONSE

Details on a loss event. For details on viewing the types of attributes available for the object in question, see Modulo Risk Manager Features -> 3. ERM -> 3.3 Loss Events -> List Loss Event Attributes.

 

SUCCESS RESPONSE EXAMPLE

{

"Id":53,

"Name":"Annual Internal Auditing",

"Description":"The anual internal auditing should be performed so as to proactively identify and prevent enterprise risks from materializing.",

"Deleted":false

}