The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Result:
[
{
ListId: 0,
CampaignId: 0,
CampaignName: String,
DateCompleted: 0001-01-01,
DomainId: 0,
IpAddress: String,
FromEmail: String,
ListName: String,
TemplateName: String,
EmailCount: 0,
EmailSent: 0,
EmailViewed: 0,
WebsiteVisited: 0,
EmailSendFailure: 0,
DoNotContact: 0,
Unsubscribe550: 0,
ASAPAppointment: 0,
AppointmentCancelled: 0
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}