GET apioauth/installationdevices?imei={imei}

Get details of a device

Request Information

URI Parameters

NameDescriptionTypeAdditional information
imei

string

Required

Body Parameters

None.

Response Information

Resource Description

InstallationDeviceSearchResponse
NameDescriptionTypeAdditional information
ServiceId

unsigned integer

None.

Imei

string

None.

DeviceType

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "Imei": "sample string 2",
  "DeviceType": 3
}

application/xml, text/xml

Sample:
<InstallationDeviceSearchResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ServiceId>1</ServiceId>
  <Imei>sample string 2</Imei>
  <DeviceType>3</DeviceType>
</InstallationDeviceSearchResponse>