Geofence bulk creation

Ilya 2 years ago

We have use-case with around 200 geofences being added. API was used to avoid manually migrating geofence data.
Sadly, we end up with API limitation on connecting geofences to device group and users. Geofence amount is quite big to do it manually and at some point, all of them could be deleted and reimported again.

Is there any way to connect newly created geofence with device group (so events could be received) and users (so geofences would be visible on map) using API?

Anton Tananaev2 years ago

What is the API limitation?

Ilya 2 years ago

I see no API for connecting geofences and device groups and geofences and users.

Ilya 2 years ago

My bad, it's called "Permissions". Question closed.

Btw, since admin is kind of "super user", why such user still can't see geofences created by other users without linking?

Anton Tananaev2 years ago

To avoid performance issues. If you have a large server and admin can see everything by default, the web app will likely hang immediately.

Ilya 2 years ago

Got it! Thanks for quick replies and for building amazing software, Anton!