Issue requesting group-associated geofences via API

devmobility5 years ago

I have a user (non-admin) which i use for api access only.
This user is part of a group

That group has geofences associated

Now using Basic Auth with that user account i am trying to get a list of geofences like so

/api/geofences

I also tried

/api/geofences?groupId={Id of the group}

But the list returned is empty.
(Requesting devices, groups, etc, works just fine)

How does this work using this API?

Anton Tananaev5 years ago

Group only controls device permissions. It doesn't give access to anything else.

devmobility5 years ago

Okay.

Thank your for the response.