# Get latest device event Returns DeviceStatus instance Endpoint: GET /enterprise/{enterprise_id}/device/{device_id}/status/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `device_id` (string, required) A UUID string identifying device. ## Query parameters: - `latest_event` (integer, required) Returns the latest event. Must be set to 1. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (integer) - `results.data` (string, required) - `results.created_on` (string) - `results.device` (string, required) - `results.enterprise` (string, required) ## Response 401 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)