# Get list of device locations Returns list of device locations Endpoint: GET /v1/enterprise/{enterprise_id}/report/location/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. ## Query parameters: - `limit` (integer) Number of results to return per page. - `offset` (integer) The initial index from which to return the results. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (integer) - `results.latitude` (number) - `results.longitude` (number) - `results.altitude` (number) - `results.city` (string) - `results.status` (string) - `results.country` (string) - `results.zipcode` (integer) - `results.last_updated_on` (string) - `results.device` (string) - `results.enterprise` (string) ## 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)