Good morning everyone.
My question is about fetching a list of geofences from traccar API. Currently I can fetch a list of geofences through following query params
userId
, deviceId
, groupId
by traccar API documentation . I need to add a new query param, through that I want to fetch a specific lsit of geofences. Where Should I change it? Please help.
Have a good day.
best regards .
you might need to fetch all the geofences through the API, then filter them in your code
Good morning everyone.
My question is about fetching a list of geofences from traccar API. Currently I can fetch a list of geofences through following query params
userId
,deviceId
,groupId
by traccar API documentation . I need to add a new query param, through that I want to fetch a specific lsit of geofences. Where Should I change it? Please help.Have a good day.
best regards .