GET api/MessageStats/RecipientStatsAsync?hash={hash}&userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hash | string |
Required |
|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecipientStats| Name | 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-11-05T17:15:30.4341233+00:00",
"ContactType": "sample string 4",
"MessageType": "sample string 5",
"RecipientsCount": 6,
"DB": "sample string 7"
},
{
"CustomerId": 1,
"PeriodType": "sample string 2",
"StartDate": "2025-11-05T17:15:30.4341233+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-11-05T17:15:30.4341233+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-11-05T17:15:30.4341233+00:00</StartDate>
</RecipientStats>
</ArrayOfRecipientStats>