/androidpublisher/v3/applications/{packageName}/deviceTierConfigs
GET
/androidpublisher/v3/applications/{packageName}/deviceTierConfigs
applications
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//deviceTierConfigs'
Response Response Example
{
"deviceTierConfigs": [
{
"deviceGroups": [
{
"deviceSelectors": [
{
"deviceRam": {
"maxBytes": "string",
"minBytes": "string"
},
"excludedDeviceIds": [
{
"buildBrand": "string",
"buildDevice": "string"
}
],
"forbiddenSystemFeatures": [
{
"name": "string"
}
],
"includedDeviceIds": [
{
"buildBrand": "string",
"buildDevice": "string"
}
],
"requiredSystemFeatures": [
{
"name": "string"
}
]
}
],
"name": "string"
}
],
"deviceTierConfigId": "string",
"deviceTierSet": {
"deviceTiers": [
{
"deviceGroupNames": [
"string"
],
"level": 0
}
]
}
}
],
"nextPageToken": "string"
}
Request
Path Params
packageName
stringÂ
required
Query Params
pageSize
integerÂ
optional
pageToken
stringÂ
optional
ListDeviceTierConfigs
call. Provide this to retrieve the subsequent page.Responses
Modified at 2022-09-11 20:51:56