Make a request »
MailingListService.GetMailinglistSubscribersPaginated
Return a paginated list of all the subscribers for this Mailinglist See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/{MailingListId}/subscribers/{PageNumber}/{PageSize}
URL parameters:
MailingListId | String | The MailinglistID |
PageNumber | String | The page in the resultset to return, starts with 1 |
PageSize | String | The size of each page resultset, minimum 1 |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object which includes the paginated result, status code and a message.
|
Help
Code examples