GET api/v1/creditbundles/stats
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SingleResultResponseOfCreditBundleStatsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Meta | MetaSingleResult |
None. |
|
| Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{
"meta": {},
"notifications": [
{},
{}
],
"result": {
"availableEmails": 1,
"availableSms": 2,
"availablePushes": 3,
"totalEmailsSent": 4,
"totalSmsSent": 5,
"totalPushesSent": 6,
"totalEmails": 7,
"totalSms": 8,
"totalPushes": 9
}
}
application/xml, text/xml
Sample:
<SingleResultResponseOfCreditBundleStatsDtodOvjT49_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response">
<Meta />
<Notifications>
<Notification />
<Notification />
</Notifications>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos">
<d2p1:AvailableEmails>1</d2p1:AvailableEmails>
<d2p1:AvailablePushes>3</d2p1:AvailablePushes>
<d2p1:AvailableSms>2</d2p1:AvailableSms>
<d2p1:TotalEmails>7</d2p1:TotalEmails>
<d2p1:TotalEmailsSent>4</d2p1:TotalEmailsSent>
<d2p1:TotalPushes>9</d2p1:TotalPushes>
<d2p1:TotalPushesSent>6</d2p1:TotalPushesSent>
<d2p1:TotalSms>8</d2p1:TotalSms>
<d2p1:TotalSmsSent>5</d2p1:TotalSmsSent>
</Result>
</SingleResultResponseOfCreditBundleStatsDtodOvjT49_P>