CampaignControllerGet Method |
Gets list of campaigns from the current site.
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax public IEnumerable<CampaignEditViewModel> Get()
Return Value
Type:
IEnumerableCampaignEditViewModel
HTTP response message containing the status code dependent on whether the action was successful or not.
Returns 200 OK status and list of campaigns from the current site.
See Also