# List install devices Returns list of devices with the specified app version installed Endpoint: GET /enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/installdevices Version: 1.0.0 Security: apiKey ## Path parameters: - `version_id` (string, required) A UUID string identifying this app version. - `application_id` (string, required) A UUID string identifying this application. - `enterprise_id` (string, required) A UUID string identifying enterprise. ## Query parameters: - `search` (string) A search term, search based on device name, device alias_name, group name - `limit` (integer) Number of results to return per page - `offset` (integer) Return results from this index. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (string, required) - `results.device_name` (string) - `results.alias_name` (string,null) - `results.group_name` (string) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 403 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)