GET api/Banner?apiKey={apiKey}&imagePlacementIds={imagePlacementIds}&lng={lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
imagePlacementIds | string |
Required |
|
lng | string |
Default value is en |
Body Parameters
None.
Response Information
Resource Description
Collection of BannerName | Description | Type | Additional information |
---|---|---|---|
BannerID | globally unique identifier |
None. |
|
Title | string |
None. |
|
SubTitle | string |
None. |
|
SequenceNo | integer |
None. |
|
NavigationUrl | string |
None. |
|
ImagePlacement | ImagePlacement |
None. |
|
BannerAttachment | Attachment |
None. |
Response Formats
application/json, text/json
Sample:
[ { "BannerID": "b530b5fa-df49-4690-9ab1-80b8e672c75c", "Title": "sample string 2", "SubTitle": "sample string 3", "SequenceNo": 4, "NavigationUrl": "sample string 5", "ImagePlacement": { "Id": 1, "Name": "sample string 2" }, "BannerAttachment": { "AttachmentID": "8221572e-d5da-4f1c-b0e8-63a83c567855", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, { "BannerID": "b530b5fa-df49-4690-9ab1-80b8e672c75c", "Title": "sample string 2", "SubTitle": "sample string 3", "SequenceNo": 4, "NavigationUrl": "sample string 5", "ImagePlacement": { "Id": 1, "Name": "sample string 2" }, "BannerAttachment": { "AttachmentID": "8221572e-d5da-4f1c-b0e8-63a83c567855", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.