Click or drag to resize
ITimecardApiGetDevices Method
Gets basic information of devices.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Device[] GetDevices(
	int[] deviceIds
)

Parameters

deviceIds
Type: SystemInt32
Device IDs to retrieve or empty array to get all devices.

Return Value

Type: Device
Returns array of devices.
See Also