includeIds
to specify exactly which vehicles/drivers should be ingested, regardless of their status.status
: Filter by vehicle/driver status (e.g. active
to include only active vehicles/drivers)excludeIds
: Array of Terminal Vehicle/Driver IDs to exclude from data ingestionincludeIds
: Array of Terminal Vehicle/Driver IDs to include in data ingestion (takes priority over other filters)includeIds
takes highest priority: If includeIds
is present and non-empty, all other filter criteria (status
and excludeIds
) are ignored, and only the specified IDs are ingested.
includeIds
is absent or empty, the system applies:
status
filtering (if specified)excludeIds
vcl_456
and vcl_789
will be ingested, regardless of their status or the exclude list.
Standard filtering:
vcl_123
.
PATCH /connections/current
endpoint. Include the filters
object in your request body with the desired configuration.
To view the current filters applied to a connection, use the GET /connections/current
endpoint.
Visibility
above the Vehicle or Driver table.Manage Vehicle/Driver Filtering
.Exclude vehicles / drivers explicitly
Include vehicle / drivers explicity
Save Changes
.Visibility
column in the Vehicle or Driver table via the View
button above the table.
manual
backfill
days to 0
Link Component
or in the
Terminal Dashboard under Add Connections
-> Advanced Options
.PATCH /connections/current
endpoint to set relevant vehicle and driver filters.
automatic
. This keeps your data current while respecting your filters.