GET 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": "0f6d813a-fc88-4106-8c3c-f5c5de7953e9", "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" } ] } }