View BIA Data of a Business Component

Returns the BIA data of a business component registered in the Organization module. This feature is only available if the Continuity module was installed. Note that even if this tab is disabled in the system its information will still be available.

 

URL

{RMUrl}/api/Organization/businesscomponents/<BusinessComponentCode>/BiaData

 

REQUEST METHOD

GET

 

URL PARAMETER

BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/Organization/businesscomponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/BiaData

 

SUCCESS RESPONSE

The BusinessComponentBiaDataContract object is in the following format:

BusinessComponentBiaDataContract

{

double ImpactMeasure;

DateTime ImpactMeasureExecutionDate;

DateTime RevisionExpirationDate;

bool IsCritical;

object ImpactTable;

}

 

SUCCESS RESPONSE EXAMPLE

{

"ImpactMeasure":7.0,

"ImpactMeasureExecutionDate":"\/Date(1347989786560-0300)\/",

"RevisionExpirationDate":"\/Date(1573332400000-0200)\/",

"IsCritical":true,

"ImpactTable":[

{"Caption":"ImageImpact","Data":[30.00,10.00,7.00,6.00,3.00,1.00]},

{"Caption":"FinancialImpact","Data":[300.00,200.00,150.00,100.00,80.00,50.00]},

{"Caption":"RegulatoryImpact","Data":[1.00,2.00,3.00,4.00,5.00,6.00]},

{"Caption":"OperationalImpact","Data":[50.00,40.00,30.00,20.00,10.00,5.00]}