Make a request »

MailingListService.GetMailingListDetails

Return a given Mailinglist and its details See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/mailinglists/{MailinglistID}
URL parameters:
MailinglistIDStringThe Mailinglist Id to retrieve.

Body parameters

Body parameters
Not used

Response

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

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

Id Int32 The Id of the mailinglist
Name String The name of the mailinglist
FromName String The name of the sender
FromEmail String The email of the sender
Description String Optional Description of this mailinglist
CharacterSet String The character set
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)
FolderID Int32 The optional FolderID
Body Example


Help

Code examples