GET api/MessageStats/CustomerRecipientStatsAsync?hash={hash}&userName={userName}&customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hash | string |
Required |
|
userName | string |
Required |
|
customerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecipientStatsName | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
None. |
|
PeriodType | string |
None. |
|
StartDate | date |
None. |
|
ContactType | string |
None. |
|
MessageType | string |
None. |
|
RecipientsCount | integer |
None. |
|
DB | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CustomerId": 1, "PeriodType": "sample string 2", "StartDate": "2025-04-20T00:10:47.3799572+00:00", "ContactType": "sample string 4", "MessageType": "sample string 5", "RecipientsCount": 6, "DB": "sample string 7" }, { "CustomerId": 1, "PeriodType": "sample string 2", "StartDate": "2025-04-20T00:10:47.3799572+00:00", "ContactType": "sample string 4", "MessageType": "sample string 5", "RecipientsCount": 6, "DB": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfRecipientStats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Groupcall.Messenger.DataModels"> <RecipientStats> <ContactType>sample string 4</ContactType> <CustomerId>1</CustomerId> <DB>sample string 7</DB> <MessageType>sample string 5</MessageType> <PeriodType>sample string 2</PeriodType> <RecipientsCount>6</RecipientsCount> <StartDate>2025-04-20T00:10:47.3799572+00:00</StartDate> </RecipientStats> <RecipientStats> <ContactType>sample string 4</ContactType> <CustomerId>1</CustomerId> <DB>sample string 7</DB> <MessageType>sample string 5</MessageType> <PeriodType>sample string 2</PeriodType> <RecipientsCount>6</RecipientsCount> <StartDate>2025-04-20T00:10:47.3799572+00:00</StartDate> </RecipientStats> </ArrayOfRecipientStats>