Aller au contenu

Eventi

Ce contenu n’est pas encore disponible dans votre langue.

Eventi della flotta dell’owner della chiave (ingresso/uscita da un’area, accensione, sosta, allarmi…). Permesso: read_events.

Parametro Default Note
type — filtro per tipo evento (es. geofence_enter)
device — filtro per IMEI
from / to — finestra temporale, ISO 8601
limit 50 1–200
offset 0
Finestra del terminale
curl -H "X-API-Key: $AITRACK_API_KEY" \
"https://api.aitrack.it/api/v2/events?type=geofence_enter&limit=50"
{
"data": [
{
"id": 5521,
"type": "geofence_enter",
"message": "Furgone 1 è entrato in Magazzino",
"device_imei": "352093081452312",
"data": { "geofence_id": 12 },
"read": false,
"occurred_at": "2026-07-14T08:59:00.000Z"
}
],
"meta": { "pagination": { "limit": 50, "offset": 0, "count": 1 } }
}