Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the code macro with the following parameter(s): [theme]
Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
#F0F0F0#F0F0F0

3

Scroll export button
scopecurrent
template-id4fda9400-a7df-4ede-a95f-e4ae5fcf4796
captionDownload this Page
add-onScroll PDF Exporter

Using the CM_GetOverallBusinessOperationalRisk API it is now possible to retrieve overall risk value of Business  or operational risks of a CR.

To authenticate the below API, see API Authentication and Authorization.

Service NameHTTP Method
CM_GetOverallBusinessOperationalRisk 

POST

Sample Request

Code Block
linenumberstrue
{ 
    "ServiceName": "CM_GetOverallBusinessOperationalRisk", 
    "objCommonParameters": { 
        "_ProxyDetails": { 

      "AuthType": "APIKEY", 

      "APIKey": "XXXXXXXXXXXXXXXXXX", 

      "TokenID": "", 

      "OrgID": "1", 

      "ReturnType": "JSON", 

      "ProxyID": 0 

    }, 
        "cmParamsJSON": { 
            "OperationalRiskIds": "2,2", 
            "BusinessRiskIds": "2,2,2" 
        }, 
        "Instance": "Info", 
        "RequestType": "RemoteCall" 
    } 
}    

Request Parameters

Parameter  NameTypeDescriptionMandatory
InstanceString Name of the Instance. 

True

 

RequestType String

Mode of request sent

False
OperationalRiskIdsStringUnique ID of Operational RiskEither this field or BusinessRiskIds must be Mandatory
BusinessRiskIdsStringUnique ID of Business Risk

Either this field or OperationalRiskIds must be Mandatory

Response

Code Block
linenumberstrue
   {
    "Errors": "",
    "Message": "",
    "Output": "",
    "TokenID": "8C62144880AFF135758142E4CC9C72206548E0475E0C77BA79936A5C8832FF51379BDD4EE35AB1B87D58555EF95A56FDD785502C778D771028F2037ADE70BDF1445A884C3D773C6DE3AE8EB93E801D92B4AC1FE0C1B1C66E4B7AB8B06195B92B3117198BBDF8ECADABD182E57DE4C4826A9CFC040B0ECE6E8B37A6329C875CDE25020823BD64E432870C6846EEC421CA503743433C9F0C89A357B7592E3C2836",
    "OrgID": 0,
    "OutputObject": {
        "OverallRisk": [
            {
                "UID": 3,
                "Risk_Id": 11,
                "Sup_Function": "Info",
                "From_Range": 2,
                "To_Range": 3,
                "Weightage": 1,
                "BusinessRisk": 4,
                "OperationalRisk": 6,
                "OverAllRisk": 2,
                "BusinessRiskText": "HIGH",
                "OperationalRiskText": null,
                "OverAllRiskText": "Low"
            }
        ]
    },
    "OutputID": 0,
    "Input": null
}
                               


Status and Error Codes

For more information, see Status and Error Messages.

Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue


1

| |