GET statistics/applications/{packageName}/versions?GroupId={GroupId}
Gets the statistics for the application versions.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| packageName | The application package name. |
Define this parameter in the request URI. |
| GroupId | The group filter. |
Define this parameter in the request URI. |
Response Information
The statistics for the application versions.
Response body formats
application/json, text/json
Sample:
{
"packageName": "sample string 1",
"versionCode": 2,
"versionNames": [
"sample string 1",
"sample string 2"
],
"title": "sample string 3",
"numberOfDevices": 4
}