Click or drag to resize

SystemOverviewControllerGetSystemOverviewAll Method

Returns a full system status overview of all the systems which are used for the system overview page

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<SystemOverview> GetSystemOverviewAll(
	List<int> systemIds
)

Parameters

systemIds
Type: System.Collections.GenericListInt32

Return Value

Type: ListSystemOverview
See Also