AI-generated Key Takeaways
-
Returns a list of device tier configs for a specified Android app, ordered by descending creation time.
-
Allows for pagination to retrieve large lists of device tier configs.
-
Requires authorization with the
https://www.googleapis.com/auth/androidpublisher
scope. -
Request body should be empty, and the response includes a list of device tier configs and a token for pagination.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns created device tier configs, ordered by descending creation time.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of device tier configs to return. The service may return fewer than this value. If unspecified, at most 10 device tier configs will be returned. The maximum value for this field is 100; values above 100 will be coerced to 100. Device tier configs will be ordered by descending creation time. |
pageToken |
A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response listing existing device tier configs.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"deviceTierConfigs": [
{
object ( |
Fields | |
---|---|
deviceTierConfigs[] |
Device tier configs created by the developer. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher