All Verbs | /service/GetCampaignOpenReport |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CampaignId | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/GetCampaignOpenReport HTTP/1.1
Host: www.bernhardt.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetCampaignOpenReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mailchimp">
<CampaignId>String</CampaignId>
</GetCampaignOpenReport>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ArrayOfOpen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models"> <Open> <CampaignId>String</CampaignId> <EmailAddress>String</EmailAddress> <EmailId>String</EmailId> <Links i:nil="true" /> <ListId>String</ListId> <MergeFields xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>String</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </MergeFields> <Opens> <TimeStamp> <Timestamp>0001-01-01T00:00:00</Timestamp> </TimeStamp> </Opens> <OpensCount>0</OpensCount> <VIP>false</VIP> </Open> </ArrayOfOpen>