GET statistics/applications/{packageName}/devices?versionCode={versionCode}&without={without}
Gets the devices with a specific application version.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| packageName | The application package name. |
Define this parameter in the request URI. |
| versionCode | The application package version code. |
Define this parameter in the request URI. |
| without | A value that indicates whether should return the devices without the application. |
Define this parameter in the request URI. |
Response Information
The devices for the application version.
Response body formats
application/json, text/json
Sample:
[
{
"activeApplicationId": 1,
"alias": "MyDevice",
"creationDate": "2020-05-15T17:03:27.6960553-03:00",
"enabled": true,
"groupId": 1,
"groupName": "sample string 3",
"hardwareId": "0123456789012345",
"id": 4,
"lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
"lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
"platform": 0
},
{
"activeApplicationId": 1,
"alias": "MyDevice",
"creationDate": "2020-05-15T17:03:27.6960553-03:00",
"enabled": true,
"groupId": 1,
"groupName": "sample string 3",
"hardwareId": "0123456789012345",
"id": 4,
"lastCommunication": "2020-05-15T17:03:27.6960553-03:00",
"lastGroupChangeDate": "2020-05-15T17:03:27.6960553-03:00",
"platform": 0
}
]