GET api/CampaignActivityAsset?SearchStr={SearchStr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SearchStr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AssetURLRotation
NameDescriptionTypeAdditional information
AssetURLRotationId

string

None.

AssetURLId

string

None.

AssetId

string

None.

AssetOrder

integer

None.

Rotation

integer

None.

Popup

decimal number

None.

PopupMessage

string

None.

Logo

string

None.

Advancement

string

None.

AllowSave

string

None.

ShowWebsite

string

None.

ShowLeadButton

string

None.

ShowPopup

string

None.

EndLeadForm

string

None.

LeadFormType

string

None.

TriggerType

string

None.

TimeInterval

string

None.

websiteURL

string

None.

CreatedById

string

None.

CreatedDate

date

None.

UpdatedById

string

None.

UpdatedDate

date

None.

ShowLogo

string

None.

status

integer

None.

Title

string

None.

showHeader

string

None.

headerText

string

None.

backgroundHeader

string

None.

backgroundNavbar

string

None.

backgroundBody

string

None.

TextHeader

string

None.

TextNavBar

string

None.

utm_source

string

None.

utm_medium

string

None.

utm_term

string

None.

utm_content

string

None.

utm_campaign

string

None.

utm_visitor

string

None.

Notifications

string

None.

ExternalEnabled

string

None.

VideoX

integer

None.

VideoY

integer

None.

GDPRCheckbox

string

None.

GDPRCheckText

string

None.

GDPRDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssetURLRotationId": "sample string 1",
    "AssetURLId": "sample string 2",
    "AssetId": "sample string 3",
    "AssetOrder": 4,
    "Rotation": 5,
    "Popup": 6.0,
    "PopupMessage": "sample string 7",
    "Logo": "sample string 8",
    "Advancement": "sample string 9",
    "AllowSave": "sample string 10",
    "ShowWebsite": "sample string 11",
    "ShowLeadButton": "sample string 12",
    "ShowPopup": "sample string 13",
    "EndLeadForm": "sample string 14",
    "LeadFormType": "sample string 15",
    "TriggerType": "sample string 16",
    "TimeInterval": "sample string 17",
    "websiteURL": "sample string 18",
    "CreatedById": "sample string 19",
    "CreatedDate": "2025-05-13T13:39:29.4879387+00:00",
    "UpdatedById": "sample string 21",
    "UpdatedDate": "2025-05-13T13:39:29.4879387+00:00",
    "ShowLogo": "sample string 23",
    "status": 24,
    "Title": "sample string 25",
    "showHeader": "sample string 26",
    "headerText": "sample string 27",
    "backgroundHeader": "sample string 28",
    "backgroundNavbar": "sample string 29",
    "backgroundBody": "sample string 30",
    "TextHeader": "sample string 31",
    "TextNavBar": "sample string 32",
    "utm_source": "sample string 33",
    "utm_medium": "sample string 34",
    "utm_term": "sample string 35",
    "utm_content": "sample string 36",
    "utm_campaign": "sample string 37",
    "utm_visitor": "sample string 38",
    "Notifications": "sample string 39",
    "ExternalEnabled": "sample string 40",
    "VideoX": 41,
    "VideoY": 42,
    "GDPRCheckbox": "sample string 43",
    "GDPRCheckText": "sample string 44",
    "GDPRDescription": "sample string 45"
  },
  {
    "AssetURLRotationId": "sample string 1",
    "AssetURLId": "sample string 2",
    "AssetId": "sample string 3",
    "AssetOrder": 4,
    "Rotation": 5,
    "Popup": 6.0,
    "PopupMessage": "sample string 7",
    "Logo": "sample string 8",
    "Advancement": "sample string 9",
    "AllowSave": "sample string 10",
    "ShowWebsite": "sample string 11",
    "ShowLeadButton": "sample string 12",
    "ShowPopup": "sample string 13",
    "EndLeadForm": "sample string 14",
    "LeadFormType": "sample string 15",
    "TriggerType": "sample string 16",
    "TimeInterval": "sample string 17",
    "websiteURL": "sample string 18",
    "CreatedById": "sample string 19",
    "CreatedDate": "2025-05-13T13:39:29.4879387+00:00",
    "UpdatedById": "sample string 21",
    "UpdatedDate": "2025-05-13T13:39:29.4879387+00:00",
    "ShowLogo": "sample string 23",
    "status": 24,
    "Title": "sample string 25",
    "showHeader": "sample string 26",
    "headerText": "sample string 27",
    "backgroundHeader": "sample string 28",
    "backgroundNavbar": "sample string 29",
    "backgroundBody": "sample string 30",
    "TextHeader": "sample string 31",
    "TextNavBar": "sample string 32",
    "utm_source": "sample string 33",
    "utm_medium": "sample string 34",
    "utm_term": "sample string 35",
    "utm_content": "sample string 36",
    "utm_campaign": "sample string 37",
    "utm_visitor": "sample string 38",
    "Notifications": "sample string 39",
    "ExternalEnabled": "sample string 40",
    "VideoX": 41,
    "VideoY": 42,
    "GDPRCheckbox": "sample string 43",
    "GDPRCheckText": "sample string 44",
    "GDPRDescription": "sample string 45"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAssetURLRotation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EngageCL.Engage">
  <AssetURLRotation>
    <Advancement>sample string 9</Advancement>
    <AllowSave>sample string 10</AllowSave>
    <AssetId>sample string 3</AssetId>
    <AssetOrder>4</AssetOrder>
    <AssetURLId>sample string 2</AssetURLId>
    <AssetURLRotationId>sample string 1</AssetURLRotationId>
    <CreatedById>sample string 19</CreatedById>
    <CreatedDate>2025-05-13T13:39:29.4879387+00:00</CreatedDate>
    <EndLeadForm>sample string 14</EndLeadForm>
    <ExternalEnabled>sample string 40</ExternalEnabled>
    <GDPRCheckText>sample string 44</GDPRCheckText>
    <GDPRCheckbox>sample string 43</GDPRCheckbox>
    <GDPRDescription>sample string 45</GDPRDescription>
    <LeadFormType>sample string 15</LeadFormType>
    <Logo>sample string 8</Logo>
    <Notifications>sample string 39</Notifications>
    <Popup>6</Popup>
    <PopupMessage>sample string 7</PopupMessage>
    <Rotation>5</Rotation>
    <ShowLeadButton>sample string 12</ShowLeadButton>
    <ShowLogo>sample string 23</ShowLogo>
    <ShowPopup>sample string 13</ShowPopup>
    <ShowWebsite>sample string 11</ShowWebsite>
    <TextHeader>sample string 31</TextHeader>
    <TextNavBar>sample string 32</TextNavBar>
    <TimeInterval>sample string 17</TimeInterval>
    <Title>sample string 25</Title>
    <TriggerType>sample string 16</TriggerType>
    <UpdatedById>sample string 21</UpdatedById>
    <UpdatedDate>2025-05-13T13:39:29.4879387+00:00</UpdatedDate>
    <VideoX>41</VideoX>
    <VideoY>42</VideoY>
    <backgroundBody>sample string 30</backgroundBody>
    <backgroundHeader>sample string 28</backgroundHeader>
    <backgroundNavbar>sample string 29</backgroundNavbar>
    <headerText>sample string 27</headerText>
    <showHeader>sample string 26</showHeader>
    <status>24</status>
    <utm_campaign>sample string 37</utm_campaign>
    <utm_content>sample string 36</utm_content>
    <utm_medium>sample string 34</utm_medium>
    <utm_source>sample string 33</utm_source>
    <utm_term>sample string 35</utm_term>
    <utm_visitor>sample string 38</utm_visitor>
    <websiteURL>sample string 18</websiteURL>
  </AssetURLRotation>
  <AssetURLRotation>
    <Advancement>sample string 9</Advancement>
    <AllowSave>sample string 10</AllowSave>
    <AssetId>sample string 3</AssetId>
    <AssetOrder>4</AssetOrder>
    <AssetURLId>sample string 2</AssetURLId>
    <AssetURLRotationId>sample string 1</AssetURLRotationId>
    <CreatedById>sample string 19</CreatedById>
    <CreatedDate>2025-05-13T13:39:29.4879387+00:00</CreatedDate>
    <EndLeadForm>sample string 14</EndLeadForm>
    <ExternalEnabled>sample string 40</ExternalEnabled>
    <GDPRCheckText>sample string 44</GDPRCheckText>
    <GDPRCheckbox>sample string 43</GDPRCheckbox>
    <GDPRDescription>sample string 45</GDPRDescription>
    <LeadFormType>sample string 15</LeadFormType>
    <Logo>sample string 8</Logo>
    <Notifications>sample string 39</Notifications>
    <Popup>6</Popup>
    <PopupMessage>sample string 7</PopupMessage>
    <Rotation>5</Rotation>
    <ShowLeadButton>sample string 12</ShowLeadButton>
    <ShowLogo>sample string 23</ShowLogo>
    <ShowPopup>sample string 13</ShowPopup>
    <ShowWebsite>sample string 11</ShowWebsite>
    <TextHeader>sample string 31</TextHeader>
    <TextNavBar>sample string 32</TextNavBar>
    <TimeInterval>sample string 17</TimeInterval>
    <Title>sample string 25</Title>
    <TriggerType>sample string 16</TriggerType>
    <UpdatedById>sample string 21</UpdatedById>
    <UpdatedDate>2025-05-13T13:39:29.4879387+00:00</UpdatedDate>
    <VideoX>41</VideoX>
    <VideoY>42</VideoY>
    <backgroundBody>sample string 30</backgroundBody>
    <backgroundHeader>sample string 28</backgroundHeader>
    <backgroundNavbar>sample string 29</backgroundNavbar>
    <headerText>sample string 27</headerText>
    <showHeader>sample string 26</showHeader>
    <status>24</status>
    <utm_campaign>sample string 37</utm_campaign>
    <utm_content>sample string 36</utm_content>
    <utm_medium>sample string 34</utm_medium>
    <utm_source>sample string 33</utm_source>
    <utm_term>sample string 35</utm_term>
    <utm_visitor>sample string 38</utm_visitor>
    <websiteURL>sample string 18</websiteURL>
  </AssetURLRotation>
</ArrayOfAssetURLRotation>