GET statistics/environment/applications?startDate={startDate}&endDate={endDate}
Gets the statistics for the device application usage in the environment.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| startDate | The start date for the query. |
Define this parameter in the request URI. |
| endDate | The end date for the query. |
Define this parameter in the request URI. |
Response Information
The statistics for the device application usage in the environment.
Response body formats
application/json, text/json
Sample:
{
"averageCellularDownloadedBytesPerDevicePerDay": 1,
"averageCellularUploadedBytesPerDevicePerDay": 2,
"averageForegroundTotalTimePerDevicePerDay": 3,
"averageWifiDownloadedBytesPerDevicePerDay": 4,
"averageWifiUploadedBytesPerDevicePerDay": 5,
"packageName": "sample string 6",
"packageNameHash": "sample string 7",
"title": "sample string 8",
"totalCellularDownloadedBytes": 9,
"totalCellularUploadedBytes": 10,
"totalForegroundTotalTime": 11,
"totalWifiDownloadedBytes": 12,
"totalWifiUploadedBytes": 13
}