GET MobileBanner
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MobileBannerResponseName | Description | Type | Additional information |
---|---|---|---|
RedirectUrl | string |
None. |
|
Title | string |
None. |
|
ImgUrl | string |
None. |
|
EventId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RedirectUrl": "sample string 1", "Title": "sample string 2", "ImgUrl": "sample string 3", "EventId": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfMobileBannerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.Models"> <MobileBannerResponse> <EventId>sample string 4</EventId> <ImgUrl>sample string 3</ImgUrl> <RedirectUrl>sample string 1</RedirectUrl> <Title>sample string 2</Title> </MobileBannerResponse> </ArrayOfMobileBannerResponse>