Method: accounts.projects.deliveries.deliveryFiles.get

Gets a delivery file for a given delivery inside a project.

HTTP request

GET https://mmmdata.googleapis.com/v0/{name=accounts/*/projects/*/deliveries/*/deliveryFiles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the delivery file to retrieve. Format: accounts/{account}/projects/{project}/deliveries/{delivery}/deliveryFiles/{delivery_file}

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/mmm_data
  • https://www.googleapis.com/auth/mmm_data.readonly

For more information, see the OAuth 2.0 Overview.