Make a request »

SendingService.GetSendingById

Get sending details for a given sendQueueId

2016-01-27 v2: (first version is v2) See code examples


URL Parameters

Http verb: GET
URI: Full url: http://se.api.anpdm.com/sendqueues/v2/{sendQueueId}
URL parameters:
sendQueueIdStringId of the send queue

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object with a SendQueueItem

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

SendQueueId Int32 The SendqueueId
NewsletterId Int32 The newsletterId
NewsletterName String The newslettername
MailinglistId List
<Int32>
The mailinglistId
MailinglistName List
<String>
The name of the mailinglist that was used
SendDate DateTime The date the sending was made
StatusCode Int32 The status code, 0 1 2 3
StatusMessage String The statusmessage
NewsletterSubject String Newsletter Subject
FilterId Int32 The Id of the filter
FilterName String The name of the Filter
FromName String From who the sending was made
FromEmail String From which email the sending was made
Body Example


Help

Code examples