GET apioauth/installationdevices?imei={imei}
Get details of a device
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| imei | string |
Required |
Body Parameters
None.
Response Information
Resource Description
InstallationDeviceSearchResponse| Name | Description | Type | Additional 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>