Improvement #9875
openDelete/Remove option for multiple Geo Fences
0%
Description
New feature for Geo Fence: Its better to have an option to disenroll multiple geo fences at once as shown [1]
[1]
Currently there is no option in Geo Fence to select or to remove multiple geo fences at once [2]
[2]
Files
Updated by Viranga Gunarathna almost 2 years ago
- Project changed from product-iots 5.0.0 GA to product-uem 5.3.0 GA
Updated by Viranga Gunarathna over 1 year ago
- Project changed from product-uem 5.3.0 GA to 32
Updated by Arshana Atapattu 6 months ago
- Tracker changed from Bug to Improvement
- Subject changed from Disenrollment option for multiple Geo Fences to Delete/Remove option for multiple Geo Fences
- Device Type deleted (
Windows) - Type set to Platform
Updated by Pahansith Gunathilake about 1 month ago
- Assignee set to Sathira Perera
Updated by Sathira Perera about 1 month ago
After a discussions with the platform team, we considered the following three approaches:
1. Use a query parameter to send the IDs of the geofences. This approach does not exactly follow the best practices of a REST API.
2. Send an HTTP PATCH API call to mark all the resources need to be deleted and send the DELETE API call to delete the marked resources to be deleted. Considering how this approach will affect other places, we decided not to go with the approach.
3. Send multiple API calls to the existing DELETE API.
We decided to go ahead with the third approach, which should be implemented from the UI.