GET marketing/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": "a6eb14f2-64ff-4376-9bdd-fe404d2213fb", "SubscriberGuid": "19669131-359e-429a-9103-7370d9c5cfb4", "Title": "sample string 3", "ServiceProviderGuid": "f578427a-ad26-43b9-bb8f-6391f62d06b6", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-15T21:21:29.6555473+00:00", "VersionDate": "2021-01-15T21:21:29.6555473+00:00", "WidgetCount": 12 }