GET api/MessageStats/MessageSentStatisticsAsync?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | string |
Required |
|
endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MessengerMessageSentStatisticsName | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
None. |
|
LeaCode | string |
None. |
|
TransmittedDate | date |
None. |
|
Route | string |
None. |
|
Count | integer |
None. |
|
Units | integer |
None. |
|
Delivered | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CustomerId": 1, "LeaCode": "sample string 2", "TransmittedDate": "2025-04-20T00:10:47.1298772+00:00", "Route": "sample string 4", "Count": 5, "Units": 6, "Delivered": 7 }, { "CustomerId": 1, "LeaCode": "sample string 2", "TransmittedDate": "2025-04-20T00:10:47.1298772+00:00", "Route": "sample string 4", "Count": 5, "Units": 6, "Delivered": 7 } ]
application/xml, text/xml
Sample:
<ArrayOfMessengerMessageSentStatistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Groupcall.Messenger.DataModels"> <MessengerMessageSentStatistics> <Count>5</Count> <CustomerId>1</CustomerId> <Delivered>7</Delivered> <LeaCode>sample string 2</LeaCode> <Route>sample string 4</Route> <TransmittedDate>2025-04-20T00:10:47.1298772+00:00</TransmittedDate> <Units>6</Units> </MessengerMessageSentStatistics> <MessengerMessageSentStatistics> <Count>5</Count> <CustomerId>1</CustomerId> <Delivered>7</Delivered> <LeaCode>sample string 2</LeaCode> <Route>sample string 4</Route> <TransmittedDate>2025-04-20T00:10:47.1298772+00:00</TransmittedDate> <Units>6</Units> </MessengerMessageSentStatistics> </ArrayOfMessengerMessageSentStatistics>