Get list of owned beacons

Hi, is there any way to obtain a list of all of my beacon registered on cloud in Android?
Thanks

It sounds to me like you have to download the estimote app, or go to the estimote cloud dashboard.

I mean that I need them in my own android app.

http://cloud.estimote.com/docs/#api-Devices-GetDevice

Check that link, I think it should help you!!

Hi,

In IOS SDK, there is a separate listener to get all devices from Cloud associated with particular user.
For reference: http://estimote.github.io/iOS-SDK/Classes/ESTRequestV2GetDevices.html
Similarly is there any available listener in Android SDK?

You’ll have to call GetDevicesApi with the necessary details to get all beacons related to a particular user.

So in essence you’ll have to create a custom API call to get that info for your app in Android.

1 Like