GET
api/v1/get_MarketingDashboardData?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: MarketingDashboardData
Response Formats
application/json, text/json
{
"ActiveEmailCampaigns": 1,
"TotalNewsletterSubscribers": 2
}
text/html
{"ActiveEmailCampaigns":1,"TotalNewsletterSubscribers":2}
application/xml, text/xml
<MarketingDashboardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.EmailCampaign"> <ActiveEmailCampaigns>1</ActiveEmailCampaigns> <TotalNewsletterSubscribers>2</TotalNewsletterSubscribers> </MarketingDashboardData>
