REST Resource: networks.mobileDeviceSubmodels

  • A MobileDeviceSubmodel represents a mobile device submodel and has fields for name, displayName, and mobileDevice.

  • The name field serves as an identifier and follows a specific format including networkCode and mobile_device_submodel.

  • The displayName and mobileDevice fields are output only, providing the submodel's display name and associated mobile device respectively.

  • Methods are available to get a single MobileDeviceSubmodel object or list multiple objects.

Resource: MobileDeviceSubmodel

Represents a mobile device submodel.

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

string

Identifier. The resource name of the MobileDeviceSubmodel. Format: networks/{networkCode}/mobileDeviceSubmodels/{mobile_device_submodel}

displayName

string

Output only. The display name of the mobile device submodel.

mobileDevice

string

Output only. The mobile device associated with the submodel. Format: networks/{networkCode}/mobileDevices/{mobileDevice}

Methods

get

API to retrieve a MobileDeviceSubmodel object.

list

API to retrieve a list of MobileDeviceSubmodel objects.