POST api/ActionService/GetCampaignLog

Documentation for 'GetCampaignLog'.

Request Information

Parameters

NameDescriptionAdditional information
campaignLogRequest
Documentation for 'campaignLogRequest'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CampaignId": 1,
  "UserId": 2,
  "eventType": 0
}

application/xml, text/xml

Sample:
<CampaignLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.ArtistCompaigns">
  <CampaignId>1</CampaignId>
  <UserId>2</UserId>
  <eventType>LandingVisited</eventType>
</CampaignLogRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'CampaignLogRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "CampaignID": 1,
    "UserID": 2,
    "ResponseID": 3,
    "LandingVisitedOn": "2026-01-11T19:32:50.3917736+00:00",
    "CTAClickedOn": "2026-01-11T19:32:50.3917736+00:00",
    "LoginCompletedOn": "2026-01-11T19:32:50.3917736+00:00",
    "SubscriptionStartedOn": "2026-01-11T19:32:50.3917736+00:00",
    "SubscriptionCompletedOn": "2026-01-11T19:32:50.3917736+00:00",
    "IsConverted": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfCampaignLog33ksof56 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.ArtistCompaigns">
    <d2p1:CTAClickedOn>2026-01-11T19:32:50.3917736+00:00</d2p1:CTAClickedOn>
    <d2p1:CampaignID>1</d2p1:CampaignID>
    <d2p1:IsConverted>true</d2p1:IsConverted>
    <d2p1:LandingVisitedOn>2026-01-11T19:32:50.3917736+00:00</d2p1:LandingVisitedOn>
    <d2p1:LoginCompletedOn>2026-01-11T19:32:50.3917736+00:00</d2p1:LoginCompletedOn>
    <d2p1:ResponseID>3</d2p1:ResponseID>
    <d2p1:SubscriptionCompletedOn>2026-01-11T19:32:50.3917736+00:00</d2p1:SubscriptionCompletedOn>
    <d2p1:SubscriptionStartedOn>2026-01-11T19:32:50.3917736+00:00</d2p1:SubscriptionStartedOn>
    <d2p1:UserID>2</d2p1:UserID>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfCampaignLog33ksof56>