Skip to main content
POST
Calculate GeofenceTriggers for a Job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

job-id
string<uuid>
required

Job ID

Body

application/json

When present, geofences override the job's default geofences (from its sites) for :naive and :accuracy_strict strategies.

strategy
enum<string> | null
default:historical
Available options:
historical,
naive,
accuracy_strict
delay_seconds
integer | null

Only valid for :naive and :accuracy_strict strategies

geofences
Geofence-Data · object[] | null

Inline geofence definitions to use instead of the job's default geofences. Only used for :naive and :accuracy_strict strategies.

Response

OK

data
GeofenceTrigger-Read · object[]
required