Returns information on an enterprise control registered in the ERM solution.
URL
{RMUrl}/api/objects/ERMControl/<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/ERMControl/26
SUCCESS RESPONSE
Details on an enterprise control. For details on viewing the types of attributes available for the object in question, see Modulo Risk Manager Features -> 3. ERM -> 3.1 Enterprise Controls -> List Enterprise Control Attributes.
SUCCESS RESPONSE EXAMPLE
{
"Id":26,
"Name":"Annual internal audit",
"Description":"The annual internal audit should be conducted to proactively identify problems and non-conformities of the company.",
"Deleted":false
}