AI-generated Key Takeaways
-
Retrieves a specific device tier configuration for an Android app.
-
Requires the package name and device tier config ID as path parameters.
-
An empty request body is necessary, and the response returns a
DeviceTierConfig
object if successful. -
Authorization is required using the
https://www.googleapis.com/auth/androidpublisher
scope.
Returns a particular device tier config.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
deviceTierConfigId |
Required. Id of an existing device tier config. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeviceTierConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher