Make a request »

SubscriberService.GetSubscribersPaginated

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


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/subscribers/{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 page of subscribers

Code Int32 The response Code.
Message String The response Message.
SubscriberListItem
Subscriber collection

Id Int64 The Id of this subscriber
Email String The email address
Name String The name of the subscriber
Created DateTime The date this subscriber was created (UTC time zone)
Updated DateTime The date this subscriber was last updated (UTC time zone)
Body Example


Help

Code examples