Get a list of device models
Security
AuthToken
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v1/foundry/device-models/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/foundry/device-models/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v1/foundry/device-models/?limit=string&offset=string&manufacturer=string&model=string&profile_name=string&profile_variant=string&update_compatible_android_api_level_begin=string&update_compatible_android_api_level_end=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "code": 0, "content": { "count": 0, "next": "string", "previous": "string", "results": [ … ] } }