GET api/Miradore/Device?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeviceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Client | ClientModel |
None. |
|
| Created | date |
None. |
|
| ConfigProfileDeployments | ConfigProfileDeploymentsModel |
None. |
|
| ID | integer |
None. |
|
| InvAndroidBattery | InvAndroidBatteryModel |
None. |
|
| InvDevice | InvDeviceModel |
None. |
|
| LastReported | string |
None. |
|
| LastReportedDate | date |
None. |
|
| Modified | date |
None. |
|
| OnlineStatus | OnlineStatus |
None. |
|
| Platform | Platform |
None. |
|
| PurchaseDate | date |
None. |
|
| Security | MobileSecurityModel |
None. |
|
| Status | Status |
None. |
|
| User | UserModel |
None. |
|
| WarrantyEndDate | date |
None. |
|
| IPAddress | string |
None. |
|
| MACAddress | string |
None. |
|
| Enrollment | EnrollmentModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<DeviceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Miradore.Models">
<Client>
<ID>1</ID>
<Version>sample string 1</Version>
</Client>
<ConfigProfileDeployments>
<ConfigProfileDeployment>
<ConfigProfile>
<ConfigurationType>sample string 1</ConfigurationType>
<Description>sample string 2</Description>
<ID>1</ID>
<Name>sample string 3</Name>
<OSCategory>Android</OSCategory>
</ConfigProfile>
<DeploymentTime>2026-06-25T14:27:38.14163+00:00</DeploymentTime>
<DeploymentTrigger>Administrator</DeploymentTrigger>
<ID>1</ID>
</ConfigProfileDeployment>
</ConfigProfileDeployments>
<Created>2026-06-25T14:27:38.14163+00:00</Created>
<Enrollment>
<Completed>sample string 2</Completed>
<Created>sample string 1</Created>
<ID>1</ID>
<Sender>sample string 3</Sender>
<Type>SMSAndEmail</Type>
<User>
<Created>2026-06-25T14:27:38.14163+00:00</Created>
<Email>sample string 1</Email>
<Firstname>sample string 2</Firstname>
<ID>1</ID>
<Lastname>sample string 3</Lastname>
<Middle>sample string 4</Middle>
<Modified>2026-06-25T14:27:38.14163+00:00</Modified>
<Name>sample string 5</Name>
<PhoneNumber>sample string 6</PhoneNumber>
</User>
</Enrollment>
<ID>1</ID>
<IPAddress>sample string 2</IPAddress>
<InvAndroidBattery>
<ChargeLevel>1</ChargeLevel>
<Health>Cold</Health>
<InventoryTime>2026-06-25T14:27:38.14163+00:00</InventoryTime>
<Technology>sample string 1</Technology>
<Temperature>1</Temperature>
<Voltage>1</Voltage>
</InvAndroidBattery>
<InvDevice>
<BluetoothMAC>sample string 1</BluetoothMAC>
<DeviceName>sample string 2</DeviceName>
<DeviceType>sample string 3</DeviceType>
<DoNotDisturbActive>true</DoNotDisturbActive>
<EASIdentifier>sample string 4</EASIdentifier>
<IMEI>sample string 5</IMEI>
<InventoryTime>2026-06-25T14:27:38.14163+00:00</InventoryTime>
<Manufacturer>sample string 6</Manufacturer>
<Model>sample string 7</Model>
<Motherboard>sample string 8</Motherboard>
<ProductName>sample string 9</ProductName>
<SerialNumber>sample string 10</SerialNumber>
<SoftwareVersion>sample string 11</SoftwareVersion>
<StoreAccountActive>true</StoreAccountActive>
<UDID>sample string 12</UDID>
<WiFiMAC>sample string 13</WiFiMAC>
</InvDevice>
<LastReported>sample string 1</LastReported>
<MACAddress>sample string 3</MACAddress>
<Modified>2026-06-25T14:27:38.14163+00:00</Modified>
<OnlineStatus>Active</OnlineStatus>
<Platform>Android</Platform>
<PurchaseDate>2026-06-25T14:27:38.14163+00:00</PurchaseDate>
<Security>
<Android>
<DeviceAdministrationEnabled>Unknown</DeviceAdministrationEnabled>
<InventoryTime>2026-06-25T14:27:38.14163+00:00</InventoryTime>
<PasscodeSufficient>Unknown</PasscodeSufficient>
<Rooted>Unknown</Rooted>
<SAFEStatus>Disabled</SAFEStatus>
<StorageEncryptionRequired>No</StorageEncryptionRequired>
</Android>
<EncryptionStatus>Activating</EncryptionStatus>
<PasscodeSet>No</PasscodeSet>
<WindowsPhone>
<InventoryTime>2026-06-25T14:27:38.14163+00:00</InventoryTime>
<StorageCardDisabled>Unknown</StorageCardDisabled>
</WindowsPhone>
<iOS>
<ActivationLock>true</ActivationLock>
<DeviceLocatorService>true</DeviceLocatorService>
<HardwareEncryption>BlockAndFileLevelEncryption</HardwareEncryption>
<InventoryTime>2026-06-25T14:27:38.14163+00:00</InventoryTime>
<PasscodeCompliant>true</PasscodeCompliant>
<PasscodeCompliantWithProfiles>true</PasscodeCompliantWithProfiles>
<Supervised>true</Supervised>
</iOS>
</Security>
<Status>Active</Status>
<User>
<Created>2026-06-25T14:27:38.14163+00:00</Created>
<Email>sample string 1</Email>
<Firstname>sample string 2</Firstname>
<ID>1</ID>
<Lastname>sample string 3</Lastname>
<Middle>sample string 4</Middle>
<Modified>2026-06-25T14:27:38.14163+00:00</Modified>
<Name>sample string 5</Name>
<PhoneNumber>sample string 6</PhoneNumber>
</User>
<WarrantyEndDate>2026-06-25T14:27:38.14163+00:00</WarrantyEndDate>
</DeviceModel>