# Get list of devices with an app by app_id or app_version_id. Endpoint: GET /v2/device-apps Version: 1.0.0 Security: apiKey ## Query parameters: - `app_id` (integer, required) - `app_version_id` (integer, required) ## Response 200 fields (application/json): - `count` (integer) - `prev` (string) - `next` (string) - `results` (array) - `results.device_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)