GET v1/EmailCampaigns
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
guid | globally unique identifier |
Body Parameters
None.
Response Information
Resource Description
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:
{ "Guid": "a1dcbf06-f1d3-4238-97e8-5ecf289f09b8", "SubscriberGuid": "0e41ef99-4ebb-4697-825f-53682fd05a0d", "Title": "sample string 3", "ServiceProviderGuid": "0cd66cb6-2b33-4694-be74-ee763ea2bb86", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-15T20:06:25.497443+00:00", "VersionDate": "2021-01-15T20:06:25.497443+00:00", "WidgetCount": 12 }