GET 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": "c080bfcd-cc9d-4bec-8c60-aff17b24992e", "SubscriberGuid": "e5128790-4d56-4628-938b-c66cea60aa21", "Title": "sample string 3", "ServiceProviderGuid": "29a26388-2317-4b95-8c48-ccb86597bcc5", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-18T01:26:57.3147636+00:00", "VersionDate": "2021-01-18T01:26:57.3147636+00:00", "WidgetCount": 12 }, { "$type": "LimeSpot.Personalizer.Entities.EmailCampaign, LimeSpot.Personalizer", "Guid": "c080bfcd-cc9d-4bec-8c60-aff17b24992e", "SubscriberGuid": "e5128790-4d56-4628-938b-c66cea60aa21", "Title": "sample string 3", "ServiceProviderGuid": "29a26388-2317-4b95-8c48-ccb86597bcc5", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-18T01:26:57.3147636+00:00", "VersionDate": "2021-01-18T01:26:57.3147636+00:00", "WidgetCount": 12 } ]