Returns information on the associations of a business component registered in the Organization module. These associations may be between business components or between business components and assets from the organizational structure.
URL
{RMUrl}/api/Organization/businesscomponents/<ComponentCode>/associations/<Level>[[?]page=<Page>][[&]page_size=<PageSize>]]
REQUEST METHOD
GET
URL PARAMETERS
BusinessComponentCode: This parameter is provided in the URL and does not need to be sent through GET.
Level: This parameter is provided in the URL and does not need to be sent through GET. It can have the following values:
3: to list associations with strategic components (Strategic).
2: to list associations with tactical components (Tactical).
1: to list associations with assets (Asset).
REQUEST EXAMPLE
{RMUrl}/api/Organization/businesscomponents/78395d3d-d7e6-4938-9682-b5bd3c5be422/associations/3
SUCCESS RESPONSE EXAMPLES
List associations of a strategic business component with tactical business components:
[
{"Id":"eff4705f-5228-4038-af31-2b84cf57e09b", "Name":"Marketing Dept.","Type":Organizational System"},
{"Id":"13dc599e-c64d-4e5e-84c1-797cdb4f4ba9", "Name":"IT Dept.","Type":Organizational System"}
]
List associations of a tactical business component with strategic business components:
[
{"Id":"5243dccf-1a9c-11e1-b470-0800270094a6", "Name":"CEO Plan","Type":"Macro-Process"},
{"Id":"dd266c74-25a6-47e7-966d-5c3cdcbec441", "Name":"Receipt System","Type":"Macro-Process"}
]
List associations of a tactical business component with assets:
[
{"Id":"c09faa67-1b21-4ed9-9cc2-f4a3487965d1", "Name":"Production System"},
{"Id":"00d6dccf-1a9c-11e1-b470-0800270094a6", "Name":"CEOs Computer"},
{"Id":"08666c74-25a6-47e7-966d-5c3cdcbec441", "Name":"Windows XP Server"}
]