Follow a feed of vehicle stats. Your first call to this endpoint will provide you with the most recent stats for each vehicle and an endCursor
. You can the provide the endCursor
value to the after
query parameter to get all updates since the last call you made. If hasNextPage
is false
, no new data is immediately available. You should wait a minimum of 5 seconds making a subsequent request. Related guide: <a href="/docs/telematics" target="_blank">Telematics.
Stats feed
Follow a feed of vehicle stats. Your first call to this endpoint will provide you with the most recent stats for each vehicle and an endCursor
. You can the provide the endCursor
value to the after
query parameter to get all updates since the last call you made. If hasNextPage
is false
, no new data is immediately available. You should wait a minimum of 5 seconds making a subsequent request. Related guide: <a href="/docs/telematics" target="_blank">Telematics.
Stats feed
Returns vehicle stats during the given time range for all vehicles. This can be optionally filtered by tags or specific vehicle IDs. Related guide: <a href="/docs/telematics" target="_blank">Telematics. Historical stats
Returns vehicle stats during the given time range for all vehicles. This can be optionally filtered by tags or specific vehicle IDs. Related guide: <a href="/docs/telematics" target="_blank">Telematics. Historical stats
Returns the last known stats of all vehicles at the given time
. If no time
is specified, the current time is used. Related guide: <a href="/docs/telematics" target="_blank">Telematics.
Stats snapshot
Generated using TypeDoc
Returns the last known stats of all vehicles at the given
time
. If notime
is specified, the current time is used. Related guide: <a href="/docs/telematics" target="_blank">Telematics. Stats snapshot