Returns the details of an SAP BW connection.
GET <webiURL>/bwconnections/{bwConnectionId}
Where:
Response type: application/xml or application/json
Response body: the details of a BW connection that you have the authorization to see/access.
GET <webiURL>/bwconnections/11489
<bwconnection type="Query"> <id>11489</id> <cuid>AXRu2fNiQphAtF4O4lJ4OKg</cuid> <name>bex_simple</name> <folderId>11484</folderId> <bwnodes> <bwnode type="Query"> <id>11489</id> <name>A simple Bex Query</name> <technicalName>QRY_SIMPLE</technicalName> <path>/QRY_SIMPLE</path> </bwnode> </bwnodes> </bwconnection>
GET <webiURL>/bwconnections/11990
<bwconnection type="System"> <id>11990</id> <cuid>Aaj0N_I.bSJElyDKk08sxTU</cuid> <name>raylight_BOF</name> <folderId>11484</folderId> <bwnodes> <bwnode type="Favorites"> <name>Favorites</name> <technicalName>SystemFavoritesTopLevel</technicalName> <path>/SystemFavoritesTopLevel</path> </bwnode> <bwnode type="InfoArea"> <name>InfoArea</name> <technicalName>SystemInfoareaTopLevel</technicalName> <path>/SystemInfoareaTopLevel</path> </bwnode> </bwnodes> </bwconnection>