FilterGeofenceInput
About FilterGeofenceInput
FilterGeofenceInput
allows for filtering a geofence based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below
id
If provided, specifies filters that work against the unique id of the geofence.
Type: FilterIDInput
name
If provided, specifies filters that work against the name of the geofence.
Type: FilterStringInput
active
If provided, specifies filters that work against the active state of the geofence.
Type: FilterBooleanInput
and
If provided, a geofence must pass all filters in this list to match the current filter.
Type: [FilterGeofenceInput!]
or
If provided, a geofence must pass at least one of the filters in this list to match the current filter.
Type: [FilterGeofenceInput!]
not
If provided, a geofence may not match this filter to match the current filter.
Type: FilterGeofenceInput