Returns location information of device
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/report/location/{location_id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/enterprise/{enterprise_id}/report/location/{location_id}/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/report/location/{location_id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "id": 0, "latitude": 0.1, "longitude": 0.1, "altitude": 0.1, "city": "string", "status": "string", "country": "string", "zipcode": 0, "last_updated_on": "2019-08-24T14:15:22Z", "device": "string", "enterprise": "string" }