Calculate GeofenceTriggers for a Job
GeofenceTriggers
Calculate GeofenceTriggers for a Job
Calculate GeofenceTriggers for a Job based on the strategy.
historical: Returns existing non-skipped geofence triggers for the jobnaive: Calculates geofence triggers using naive strategy (requiresdelay_seconds)accuracy_strict: Calculates geofence triggers using accuracy strict strategy (requiresdelay_seconds)
POST
Calculate GeofenceTriggers for a Job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.
Example:
"en"
Body
application/json
When present, geofences override the job's default geofences (from its sites) for :naive and :accuracy_strict strategies.
Available options:
historical, naive, accuracy_strict Only valid for :naive and :accuracy_strict strategies
Inline geofence definitions to use instead of the job's default geofences. Only used for :naive and :accuracy_strict strategies.
Response
OK