GET marketing/v1/EmailCampaigns?output={output}&emailAddress={emailAddress}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
output | boolean | ||
guid | globally unique identifier | ||
emailAddress | string |
Body Parameters
None.
Response Information
Resource Description
EmailCampaignOutputName | Type | Description | Comments |
---|---|---|---|
Title | string | ||
ServiceProviderGuid | globally unique identifier | ||
Widgets | Collection of WidgetOutput |
Response Formats
application/json, text/json
Sample:
{ "Title": "sample string 1", "ServiceProviderGuid": "0daf8e23-73b8-4ae9-8e6c-f280f2fdad4c", "Widgets": { "$type": "System.Collections.Generic.List`1[[LimeSpot.Personalizer.Entities.WidgetOutput, LimeSpot.Personalizer]], mscorlib", "$values": [ { "$type": "LimeSpot.Personalizer.Entities.WidgetOutput, LimeSpot.Personalizer", "Title": "sample string 1", "Subtitle": "sample string 2", "Type": "Product", "Html": "sample string 3" }, { "$type": "LimeSpot.Personalizer.Entities.WidgetOutput, LimeSpot.Personalizer", "Title": "sample string 1", "Subtitle": "sample string 2", "Type": "Product", "Html": "sample string 3" } ] } }