Returns a list of devices
Security
apiKey
Following are the Device States and their description
* 0 = Device State is Unspecified
* 1 = Online
* 20 = Disabled (device has been factory reset or removed from the Esper Dashboard)
* 30 = Beginning Provisioning
* 40 = Configuring Google Play (still provisioning)
* 50 = Applying Policies and Installing Applications (still provisioning)
* 60 = Offline
* 70 = Device is undergoing a Factory Reset (reset started from Dashboard)
* 80 = Device Onboarding in Progress
* 90 = Device Onboarding Failed
* 100 = Device Onboarded in Esper
* 110 = Android For Work Account added
* 120 = Apps installed
* 130 = Branding Processed
* 140 = Permission Policy Processed
* 150 = Device Policy Processed
* 160 = Device Settings Processed
* 170 = Security Policy Processed
* 180 = Phone Policy Processed
* 190 = Custom Settings Processed
* 200 = RegisteredEnum:012030405060708090
- Mock serverhttps://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/enterprise/{enterprise_id}/device/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/?name=string&group=497f6eca-6276-4993-bfeb-53cbbbba6f08&imei=string&serial=string&state=0&brand=string&is_gms=true&search=string&tags=string&assigned_blueprint_id=497f6eca-6276-4993-bfeb-53cbbbba6f08¤t_blueprint_id=497f6eca-6276-4993-bfeb-53cbbbba6f08¤t_blueprint_version_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&limit=20&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }