- Subcategories:
- Geofence Assignments
Geofences REST Endpoints
Geofences
The geofences resource lets administrators manage geofences using the CREATE, UPDATE, and DELETE actions.
- Create a geofence
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences - Delete a geofence
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID} - Get a geofence
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID} - Get all geofences
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences - Return geographic coordinates and formatted postal address for the location
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/action/fetchGeocoordinatesAndFormattedAddresses - Update a geofence
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}