Make a request »

SubscriberService.GetSubscriberDetailsById

Return a single Subscriber by SubscriberId See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/subscribers/id/{SubscriberId}
URL parameters:
SubscriberIdStringThe SubcriberId

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object which includes the subscriber details, status code and a message.

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

Id Int64 The Id of this subscriber
Email String The Email address
Name String The Name of the subscriber
Password String The optional Password
Pending Boolean True if this is a pending subscriber
Format String The desired format for this user
Bounces Int32 The number of bounces
CountryCode String The country code
PhoneNumber String The phone number
Updated DateTime The date and time this mailinglist was last updated (UTC time zone)
Created DateTime The date and time this mailinglist was created (UTC time zone)
DemDataFields List
<DemDataField>
The optional demographic data fields
Body Example


Help

Code examples