REST Resource: networks.mobileDevices

  • The MobileDevice resource represents a mobile device with fields for name, display name, and manufacturer.

  • The JSON representation of a MobileDevice includes string values for name, displayName, and manufacturer.

  • Available methods for the MobileDevice resource are get to retrieve a single object and list to retrieve a list of objects.

Resource: MobileDevice

Represents a mobile device.

JSON representation
{
  "name": string,
  "displayName": string,
  "manufacturer": string
}
Fields
name

string

Identifier. The resource name of the MobileDevice. Format: networks/{networkCode}/mobileDevices/{mobileDevice}

displayName

string

Output only. The localized name of the mobile device.

manufacturer

string

Output only. The manufacturer associated with the mobile device. Format: networks/{networkCode}/deviceManufacturers/{deviceManufacturer}

Methods

get

API to retrieve a MobileDevice object.

list

API to retrieve a list of MobileDevice objects.