Make a request »

TransactionalService.GetTransactionalProjects

Returns all Transactional projects on an account. Includes information about the NewsletterID, E-mail subject, Created date etc. See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/transactional/projects
URL parameters:
Not used

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object which includes all the transactional projects as result, status code and a message.

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

TransactionalProjectItem
The transactional project item

ProjectId Int32 The ProjectId
ProjectGuid String The ProjectGuid
NewsletterId Nullable<Int32> The NewsletterId
NewsletterName String The newsletter name
FromEmail String The sender e-mail address
FromName String The sender name
CreatedDate Nullable<DateTime> The send date and time
Status Nullable<Int32> 0 for Inactive, 1 for Active
Body Example


Help

Code examples