Geofence Assignments REST Endpoints
Geofences/Geofence Assignments
The geofenceAssignments resource lets administrators add HCM Groups to the geofences during CREATE and UPDATE actions.
- Create a geofence assignment
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments
- Delete a geofence assignment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}
- Get a geofence assignment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}
- Get all geofence assignments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments
- Update a geofence assignment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/timeGeofences/{timeGeofencesUniqID}/child/geofenceAssignments/{GeofenceAssignmentId}