Skip to content

Get device models

Request

Get a list of device models

Security
AuthToken
Query
limitstring
offsetstring
manufacturerstring
modelstring
profile_namestring
profile_variantstring
update_compatible_android_api_level_beginstring
update_compatible_android_api_level_endstring
cURL
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'

Responses

List of DeviceModels associated with the TenantId coming from the header

Bodyapplication/json
codeinteger

returned response code

contentobject
Response
{ "code": 0, "content": { "count": 0, "next": "string", "previous": "string", "results": [] } }