AI-generated Key Takeaways
-
Retrieves a vehicle's real-time information, such as location and status, from the Fleet Engine.
-
Requires specifying the provider and vehicle IDs in the URL path.
-
Optionally, allows filtering the retrieved data by timestamps for route segment and waypoints.
-
Request body should be left empty.
-
A successful response provides detailed vehicle data including its current state and attributes.
Returns a vehicle from the Fleet Engine.
HTTP request
GET https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Must be in the format |
Query parameters
Parameters | |
---|---|
header |
The standard Fleet Engine request header. |
currentRouteSegmentVersion |
Indicates the minimum timestamp (exclusive) for which Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
waypointsVersion |
Indicates the minimum timestamp (exclusive) for which Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Vehicle
.