Make a request »

MailingListService.GetAllMailingLists

Create a request to get all mailinglists in the system for this account.

2016-01-08 v2: Return reponse directly, not queued method anymore.

See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/mailinglists/v2/all
URL parameters:
Not used

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object which includes the result of found mailing lists and a status code.

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

MailinglistDetailsV2
Mailing list details

Id Int32 Gets or sets the id of the mailinglist
Name String Gets or sets the name of the mailinglist
FolderId Nullable<Int32> Gets or sets the folder id
Created DateTime Gets or sets the creation date and time (UTC)
Updated DateTime Gets or sets the update date and time (UTC)
FromName String Gets or sets the name of the sender
FromEmail String Gets or sets the email of the sender
Description String Gets or sets the description of the mailinglist
CharacterSet String Gets or sets the character set of the mailinglist
Hidden Boolean Gets or sets a value indicating whether mailinglist is hidden
Body Example


Help

Code examples