Skip to content

Device Apps

APIs to get apps installed on iOS devices. Use Application to get apps for Android devices.

Get all apps for a device in the tenant

Request

Returns all the apps for a device

Security
apiKey
Path
deviceIdstringrequired

ID of the device

Query
app typestring

App Type to filter list by, supports multiple values separated by comma

Enum:"VPP""TENANT_IOS""ESPER_IOS""WEBCLIP""ESPER_WINDOWS""TENANT_WINDOWS"
limitinteger
offsetinteger
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/devices/{deviceId}/device-apps/?app%20type=VPP&limit=0&offset=0' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
resultsArray of objects(DeviceAppsResponse)
Response
{ "results": [ {} ] }