Which API Use for device_geofence and device_attribute

Hello,

We need to know the correct API for following points.

  1. device_geofence : For the assign geofences to Device
  2. device_attribute : For the Coputed attribute calculations
Anton Tananaev6 years ago

You have to use permissions API:

https://www.traccar.org/api-reference/#path--permissions

I would recommend to check official web app for examples on how to use it.