Method: networks.lines.rotations.get

  • Retrieves detailed information about a specific LineRotation resource.

  • Uses a GET request with the URL format https://middlemileoptimization.googleapis.com/v1/{name=networks/*/lines/*/rotations/*} to access this information.

  • Requires specifying the LineRotation's name in the URL path using the format "networks/{network}/lines/{line}/rotations/{rotation}".

  • The response body, upon successful execution, contains a LineRotation object containing the retrieved details.

Gets the details of a LineRotation.

HTTP request

GET https://middlemileoptimization.googleapis.com/v1/{name=networks/*/lines/*/rotations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the line rotation to retrieve. Format: "networks/{network}/lines/{line}/rotations/{rotation}"

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of LineRotation.