Returns list of device locations
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": 0,
- "latitude": 0,
- "longitude": 0,
- "altitude": 0,
- "city": "string",
- "status": "string",
- "country": "string",
- "zipcode": 0,
- "last_updated_on": "2019-08-24T14:15:22Z",
- "device": "string",
- "enterprise": "string"
}
]
}
Returns location information of device
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": 0,
- "latitude": 0,
- "longitude": 0,
- "altitude": 0,
- "city": "string",
- "status": "string",
- "country": "string",
- "zipcode": 0,
- "last_updated_on": "2019-08-24T14:15:22Z",
- "device": "string",
- "enterprise": "string"
}
Returns list of device tiles reports
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": 0,
- "device": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "groups": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string"
}
], - "device_name": "string",
- "state": 0,
- "tags": "string",
- "device_type": "string",
- "serial": "string",
- "imeis": { },
- "android_version": 0,
- "eea_version": "string",
- "manufacturer": "string",
- "api_level": 0,
- "template_name": "string",
- "dpc_version": "string",
- "alias_name": "string",
- "provisioned_on": "2019-08-24T14:15:22Z",
- "geofence_id": "3b717307-4590-48e6-928a-9b2c02bde0b6"
}, - "network_info": {
- "__faust": {
- "ns": "string"
}, - "mobileIPv4": "string",
- "mobileIPv6": "string",
- "networkType": "string",
- "numberOfSim": 0,
- "simOperator": [
- "string"
], - "signalStrength": "string",
- "networkOperator": [
- "string"
], - "mobileNetworkStatus": "string",
- "currentActiveConnection": "string"
}, - "model": "string",
- "location": { },
- "battery_level": 0,
- "security_state": "string",
- "security_reason": "string",
- "security_advise": "string",
- "wifi_ssid": "string",
- "updated_on": "2019-08-24T14:15:22Z",
- "created_on": "2019-08-24T14:15:22Z",
- "is_active": true,
- "is_gms": true,
- "status_id": 0,
- "serial_no": "string",
- "android_version": 0,
- "eea_version": "string",
- "dpc_version": "string",
- "location_city": "string",
- "network_type": "string",
- "enterprise": "string",
- "icon": "string"
}
]
}
Returns instance of device tiles report
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": 0,
- "device": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "groups": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "url": "string"
}
], - "device_name": "string",
- "state": 0,
- "tags": "string",
- "device_type": "string",
- "serial": "string",
- "imeis": { },
- "android_version": 0,
- "eea_version": "string",
- "manufacturer": "string",
- "api_level": 0,
- "template_name": "string",
- "dpc_version": "string",
- "alias_name": "string",
- "provisioned_on": "2019-08-24T14:15:22Z",
- "geofence_id": "3b717307-4590-48e6-928a-9b2c02bde0b6"
}, - "network_info": {
- "__faust": {
- "ns": "string"
}, - "mobileIPv4": "string",
- "mobileIPv6": "string",
- "networkType": "string",
- "numberOfSim": 0,
- "simOperator": [
- "string"
], - "signalStrength": "string",
- "networkOperator": [
- "string"
], - "mobileNetworkStatus": "string",
- "currentActiveConnection": "string"
}, - "model": "string",
- "location": { },
- "battery_level": 0,
- "security_state": "string",
- "security_reason": "string",
- "security_advise": "string",
- "wifi_ssid": "string",
- "updated_on": "2019-08-24T14:15:22Z",
- "created_on": "2019-08-24T14:15:22Z",
- "is_active": true,
- "is_gms": true,
- "status_id": 0,
- "serial_no": "string",
- "android_version": 0,
- "eea_version": "string",
- "dpc_version": "string",
- "location_city": "string",
- "network_type": "string",
- "enterprise": "string",
- "icon": "string"
}
Returns status metrics report for enterprise
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "active": 0,
- "in_active": 0,
- "low_risk": 0,
- "high_risk": 0,
- "medium_risk": 0,
- "secure": 0,
- "low_battery": 0,
- "under_provisioning": 0,
- "recently_added": 0,
- "unspecified": 0,
- "total_devices_under_risk": 0
}
Returns status metrics report for enterprise
successful operation
Authorization information is missing or invalid.
Internal server error
{- "last_seen": {
- "less_than_30_minutes": 0,
- "less_than_1_day": 0,
- "greater_than_1_day": 0
}, - "low_risk": 0,
- "high_risk": 0,
- "medium_risk": 0,
- "secure": 0,
- "low_battery": 0,
- "under_provisioning": 0,
- "recently_added": 0,
- "unspecified": 0,
- "total_devices_under_risk": 0
}