Method: providers.deliveryVehicles.get

  • This document describes how to retrieve a specific DeliveryVehicle instance using the Fleet Engine Delivery API.

  • You'll need to provide the provider and deliveryVehicle 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

string

Required. Must be in the format providers/{provider}/deliveryVehicles/{deliveryVehicle}. The provider must be the Google Cloud Project ID. For example, sample-cloud-project.

Query parameters

Parameters
header

object (DeliveryRequestHeader)

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.