# Get all apps for a device in the tenant Returns all the apps for a device Endpoint: GET /v2/devices/{deviceId}/device-apps/ Version: 1.0.0 Security: apiKey ## Path parameters: - `deviceId` (string, required) ID of the device ## Query parameters: - `app type` (string) App Type to filter list by, supports multiple values separated by comma Enum: "VPP", "TENANT_IOS", "ESPER_IOS", "WEBCLIP", "ESPER_WINDOWS", "TENANT_WINDOWS" - `limit` (integer) - `offset` (integer) ## Response 200 fields (application/json): - `results` (array) - `results.id` (string) - `results.device_id` (string) - `results.app_id` (string) - `results.app_type` (string) Enum: "TENANT_IOS", "ESPER_IOS", "ESPER_WINDOWS", "TENANT_WINDOWS" - `results.app_version_id` (string) - `results.base64_app_config` (string) - `results.created_at` (string) - `results.updated_at` (string) - `results.tenant_id` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)