AI-generated Key Takeaways
-
This API returns a specific device tier configuration.
-
The request uses a GET HTTP method and requires
packageName
anddeviceTierConfigId
as path parameters. -
The request body must be empty, and the response body contains a
DeviceTierConfig
object if successful. -
Authorization requires the
https://www.googleapis.com/auth/androidpublisher
OAuth 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