Method: customers.configurations.get

  • This endpoint retrieves the details of a specific configuration.

  • The HTTP request method is GET, using a URL with gRPC Transcoding syntax.

  • The name path parameter is required, formatted as customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID].

  • The request body must be empty, and a successful response contains a Configuration instance.

  • Authorization requires the https://www.googleapis.com/auth/androidworkzerotouchemm OAuth scope.

Gets the details of a configuration.

HTTP request

GET https://androiddeviceprovisioning.googleapis.com/v1/{name=customers/*/configurations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The configuration to get. An API resource name in the format customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID].

Request body

The request body must be empty.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidworkzerotouchemm

For more information, see the OAuth 2.0 Overview.