OBJECT

Device

link GraphQL Schema definition

type Device implements Node {

The MAC address of the bluetooth interface
bluetoothMac: String

The date when device was created
createdAt: ISO8601DateTime

The last known location of the device
currentLocation: Location

The device specification
deviceSpecification: DeviceSpecification

The list of all associated encryption keys
encryptionKeys: [EncryptionKey!]

The unique serial number
esn: String

The firmware version installed
firmwareVersion: String

The hardware version
hardwareVersion: String

id: ID!

The IMEI of the cellular transmissor
imeiCellular: String

The IMEI of the satellite transmissor
imeiSatellite: String

The organization that owns the device
organization: Organization

The first cellular SIM identifier
simidCellularOne: String

The second cellular SIM identifier
simidCellularTwo: String

The date when device was updated
updatedAt: ISO8601DateTime

The MAC address of the wifi interface
wifiMac: String

}