Message Informations

GET {{baseUrl}}/messageinformation/?CampaignID=<>&CampaignStatus=<>&ContactsList=<>&CustomCampaign=<>&From=<>&FromDomain=<>&FromID=<>&FromTS=<>&FromType=<>&IsDeleted=<>&IsNewsletterTool=<>&IsStarred=<>&MessageStatus=<>&Period=<>&ToTS=<>

Lists the information about a message.

Request Params

KeyDatatypeRequiredDescription
CampaignIDstringUnique numerical ID for this object.nn n [ Type Int64 ]
CampaignStatusstringOnly retrieve campaigns with status equal to specified value.nn n [ Type SmallInt ]
ContactsListstringOnly retrieve campaigns sent to specified Contacts list.nn n [ Type Int64 ]
CustomCampaignstringOnly retrieve campaigns with given Custom Value.nn n [ Type AnsiString ]
FromstringOnly retrieve campaigns with given From header.nn n [ Type AnsiString ]
FromDomainstringOnly retrieve campaigns with given domain in From header.nn n [ Type AnsiString ]
FromIDstringOnly retrieve campaigns with this sender ID.nn n [ Type Int64 ]
FromTSstringOnly retrieve campaigns with SendStartAt after this timestamp.nn n [ Type TRFC3339DateTime ]
FromTypestringOnly retrieve campaigns with FromType equal to specified value.nn n [ Type LongInt ]
IsDeletedstringOnly retrieve campaigns where isDeleted matches the specified value.nn n [ Type TBooleanFilter ]
IsNewsletterToolstringOnly retrieve campaigns which were started by the newsletter tool.nn n [ Type TBooleanFilter ]
IsStarredstringOnly retrieve campaigns which were marked as starred.nn n [ Type TBooleanFilter ]
MessageStatusstringOnly retrieve messages with status equal to specified value.nn n [ Type TMessageStatus ]
PeriodstringSet FromTS and ToTS timestamps to beginning of indicated period and current timestamp, respectively.nn n [ Type AnsiString ]
ToTSstringOnly retrieve campaigns with SendStartAt timestamp less than the specified value.nn n [ Type TRFC3339DateTime ]