...
Description | Get recipients to whom the specified message was sent | ||||
---|---|---|---|---|---|
HTTP Method | GET | ||||
URL | Get recipients to whom the specified message was sent (COUNT), even if the recipient is no longer in the platform's list.
Get a list of email addresses to whom the specified message was sent (LIST, paging is set as default with pageSize=20). Recipients no longer in the platform's list are not included.
| ||||
JSON request (example) | none | ||||
JSON response (example) | COUNT method simply returns the number of sent messages (e.g. 103) LIST method returns a paged list
| ||||
Paging and filtering (example) | If you want to change the paging size you can take advantage of the "PageSize" option.
|
...