Make a request »

MailingListService.GetMailinglistsPaginated

Return a paginated list of all the Mailinglists for this account See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/{PageNumber}/{PageSize}
URL parameters:
PageNumberStringThe page in the resultset to return, starts with 1
PageSizeStringThe 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.

Code Int32 The response Code.
Message String The response Message.
MailingListSummaryItem
A mailing list summary item DTO

Id Int32 The mailinglist ID
Name String The name of the mailinglist
FolderId Int32 The folder of the mailinglist
Created DateTime The date and time this mailinglist summary was created (UTC time zone)
Updated DateTime The date and time this mailinglist summary was last updated (UTC time zone)
Body Example


Help

Code examples