AggregateSessionReportRequest
Request for getting an aggregated session report.
AggregateSessionReportRequest
Request for getting an aggregated session report.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
accountNumber | string | Yes | The numeric ID of the account and must include leading zeroes. This value is indentical to accountName. |
startDate | string | No | Start date of session to include. If not specified information will be shown from the earliest available (180 days). Can be either date in ISO 8601 format or predefined constants. |
endDate | string | No | End date of session to include. If not specified information will be shown to the latest available. Can be either date in ISO 8601 format or predefined constants. |
imei | array | Yes | Devices for which return usage info. Could be 0, 1 or more. In case of 0 will return all devices belonging to customer (except of filtered by other parameters). |
deviceGroup | string | No | Optional filter — only include devices matching this device group name. |
dataPlan | string | No | Optional filter — only include devices matching this carrier rate plan code. |
noSessionFlag | boolean | No | Optional filter — when "true", returns only devices with no sessions. |