GET marketing/v1/EmailCampaigns?keyword={keyword}&activeCriteria={activeCriteria}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
keyword | string | ||
activeCriteria | boolean |
Body Parameters
None.
Response Information
Resource Description
Collection of EmailCampaignName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
SubscriberGuid | globally unique identifier | ||
Title | string | ||
ServiceProviderGuid | globally unique identifier | ||
UtmSource | string | ||
UtmMedium | string | ||
UtmCampaign | string | ||
Active | boolean | ||
Deleted | boolean | ||
CreateDate | date | ||
VersionDate | date | ||
WidgetCount | integer | ||
Widgets | Collection of IWidget |
Response Formats
application/json, text/json
Sample:
[ { "$type": "LimeSpot.Personalizer.Entities.EmailCampaign, LimeSpot.Personalizer", "Guid": "d9adb191-61a6-4552-b8c5-732bed2e2116", "SubscriberGuid": "abcfd9a1-9326-4090-bf07-4a224b1c7f64", "Title": "sample string 3", "ServiceProviderGuid": "c1af6c19-685e-4e6f-b9f8-e8db314799fd", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-04-11T01:47:49.7495075+00:00", "VersionDate": "2021-04-11T01:47:49.7495075+00:00", "WidgetCount": 12 }, { "$type": "LimeSpot.Personalizer.Entities.EmailCampaign, LimeSpot.Personalizer", "Guid": "d9adb191-61a6-4552-b8c5-732bed2e2116", "SubscriberGuid": "abcfd9a1-9326-4090-bf07-4a224b1c7f64", "Title": "sample string 3", "ServiceProviderGuid": "c1af6c19-685e-4e6f-b9f8-e8db314799fd", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-04-11T01:47:49.7495075+00:00", "VersionDate": "2021-04-11T01:47:49.7495075+00:00", "WidgetCount": 12 } ]