v1
latestOpenAPI 3.1.02026-07-22370342.6 KBGet IFTA Summary
Get all vehicle IFTA reports for the requested time span.
Currently can only increment by full months.
Note: data may change for a few days after the month. We will continue to update those reports to ensure you get accurate results.
Query parameters
Pagination cursor to start requests from
Expand resources in the returned response
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
The month from which to start including vehicle reports
Include vehicle reports up to and including this month
Computes the total distance traversed within a specified month range, with the results grouped by either jurisdiction, vehicle, or both. If no grouping parameter is provided, the default grouping is vehicle,jurisdiction.
Headers
Scopes the request to a Terminal application in the caller's organization. Required for multi-application organizations when using a user session or OAuth access token. API keys are already bound to a single application.
The token returned when a user authenticated their account. This authorizes access to a specific account.
Response
OK
Example response
{
"results": [
{
"provider": "geotab",
"vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"jurisdiction": "TN",
"distance": 100,
"month": "2021-01",
"raw": []
}
],
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
}