Returns information on the business components registered in the Organization module.
URL
{RMUrl}/api/Organization/businesscomponents/<ComponentCode>
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
SUCCESS RESPONSE
Returns an OrganizationBusinessComponent object (see Modulo Risk Manager Features -> 2. Organization -> 2.2 Business Components -> List Business Components) with information on the business component specified.
SUCCESS RESPONSE EXAMPLE
{
"Id":"78395d3d-d7e6-4938-9682-b5bd3c5be422",
"Level":"Tactical",
"Type":Organizational System",
"Name":"Marketing Dept.",
"Description":"Description",
"EnabledForContinuityModule":true,
"Responsible":{"Email":"marketing@example.com",
"Id":"00d6dccf-1a9c-11e1-b470-0800270094a6",
"Name":"Administrator",
"Phone":"+1 (646) 555-0000"
},
"CustomAttributes":{
"link":"https:\/\/company.com",
"text":"Text",
"email":"example@gmail.com",
"outline":["option 1","option 2","option 3"],
"paragraph":"Paragraph",
"time:null,
"attachment":[{"Description":"Budget spreadsheet",
"FileName":"Spreadsheet.txt",
"Id":"9C1D80BA-9358-4A93-922F-3935897FAD2E"
}],
"number":3.25,
"relationship":{"Id":"9C1D80BA-9358-4A93-922F-3935897FAD2E"},
"listofoptions":"1 - option1"
"singlerelationship_asset_attribute":{
"Id":"90a849c8-eb27-46e7-9b23-13c6ac26a694",
"Caption":"Marketing > Meeting Room"},
"multiplerelationship_group_attribute":[{"Id":"ec3db67d-f2e1-11e1-a23f-001ec91f4b0a","Caption":"Finance Dept"},{"Id":"f53181c7-f2e1-11e1-a23f-001ec91f4b0a","Caption":"Information Tech"},{"Id":"05475a88-f5fc-11e1-bf14-001ec91f4b0a","Caption":"Financial"},{"Id":"05475a8b-f5fc-11e1-bf14-001ec91f4b0a","Caption":"Human Resources"}]
},
"Relevance":"5",
"Criticality":"30",
"AdditionalInformation":"Additional information",
}