AI-generated Key Takeaways
-
This document describes how to retrieve a specific
DeliveryVehicle
instance using the Fleet Engine Delivery API. -
You'll need to provide the
provider
anddeliveryVehicle
identifiers as path parameters in the request URL. -
An optional
DeliveryRequestHeader
can be included as a query parameter. -
The request body should be empty, and a successful response will contain a
DeliveryVehicle
object.
Returns the specified DeliveryVehicle
instance.
HTTP request
GET https://fleetengine.googleapis.com/v1/{name=providers/*/deliveryVehicles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Must be in the format |
Query parameters
Parameters | |
---|---|
header |
Optional. The standard Delivery API request header. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeliveryVehicle
.