Operations at http://services.mailup.com/API/v1.1/rest/MailStatisticsService.svc
This page describes the service operations at this endpoint.
| Uri | Method | Description |
|---|---|---|
| List/{id_List}/Count/Recipients | GET | Count of subscribed recipient on the specified list. |
| List/{id_List}/Group/{id_Group}/Count/Recipients | GET | Count of subscribed recipient on the specified group. |
| Message/{id_Message}/Count/Bounces | GET | Count of bounces from the specified email. |
| Message/{id_Message}/Count/Clicks | GET | Count of clicks on a link in the specified email. |
| Message/{id_Message}/Count/Recipients | GET | Count of recipients who received the specified email. |
| Message/{id_Message}/Count/SendingRecipients | GET | Count of recipients to whom the specified email has been sent. |
| Message/{id_Message}/Count/Unsubscriptions | GET | Count of unsubscriptions from the specified email. |
| Message/{id_Message}/Count/Views | GET | Count of views of the specified email. |
| Message/{id_Message}/List/Bounces | GET | Paged list of bounces from the specified email. |
| Message/{id_Message}/List/Clicks | GET | Paged list of clicks on a link in the specified email. |
| Message/{id_Message}/List/Recipients | GET | Paged list of recipients who received the specified email. |
| Message/{id_Message}/List/Unsubscriptions | GET | Paged list of unsubscriptions from the specified email. |
| Message/{id_Message}/List/UrlClickDetails | GET | Detailed paged list of clicks on a link in the specified email. |
| Message/{id_Message}/List/UrlClicks | GET | Paged list of clicks on a link in the specified email. |
| Message/{id_Message}/List/Views | GET | Paged list of views of the specified email. |
| Message/{ID_MESSAGE}/Pages | GET | List of statistics pages precompiled with message list parameters. |
| Recipient/{id_Recipient}/Count/Bounces | GET | Count of bounces returned by the specified recipient. |
| Recipient/{id_Recipient}/Count/Clicks | GET | Count of clicks on a link in the specified email. |
| Recipient/{id_Recipient}/Count/Deliveries | GET | Count of messages received by the specified recipient. |
| Recipient/{id_Recipient}/Count/Unsubscriptions | GET | Count of unsubscriptions done by the specified recipient. |
| Recipient/{id_Recipient}/Count/Views | GET | Count of messages viewed by the specified recipient. |
| Recipient/{id_Recipient}/List/Bounces | GET | Paged list of bounces returned by the specified recipient. |
| Recipient/{id_Recipient}/List/BouncesDetails | GET | Paged list of bounces with details returned by the specified recipient. |
| Recipient/{id_Recipient}/List/Clicks | GET | Paged list of message clicks on a link done by the specified recipient. |
| Recipient/{id_Recipient}/List/ClicksDetails | GET | Verbose paged list of message clicks on a link done by the specified recipient. |
| Recipient/{id_Recipient}/List/Deliveries | GET | Paged list of messages received by the specified recipient. |
| Recipient/{id_Recipient}/List/Unsubscriptions | GET | Paged list of unsubscriptions done by the specified recipient. |
| Recipient/{id_Recipient}/List/Views | GET | Paged list of messages viewed by the specified recipient. |