Device

Device (
deviceId : string,
platform : string,
phoneNumber : string,
currentOwnerUserId : string,
imei : string,
operatorCode : int,
operatorName : string,
operatorCountryCode : int,
phoneModel : string,
operatorCountry : string,
lastUsed : date,
created : date,
buildNumber : string,
locked : LockState
)

The Device type is used for returning lists in getDevices (see getDevices).

For an explanation of the values returned, please see the section on Columns in the Device tab. Only the following values may require more explanation:

Values

Name

Description

buildNumber

Type: string

This is the build number of the DME client on the device in question.

locked

Type: LockState

Can be one of four values:

UNLOCKED : Device can be used.

LOCKED : Device is locked (blocked).

UNKNOWN : Device status unknown.

TWO_STEP_LOCKED : Device has made the initial sync with the server as part of a two-step sign-on process.

Next topic

DeviceSetting