GET api/Banner/Get?apiKey={apiKey}&bannerId={bannerId}&lng={lng}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
bannerId | globally unique identifier |
Required |
|
lng | string |
Default value is en |
Body Parameters
None.
Response Information
Resource Description
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": "3daa4448-d6ec-46b7-a471-cf777fddbc75", "Title": "sample string 2", "SubTitle": "sample string 3", "SequenceNo": 4, "NavigationUrl": "sample string 5", "ImagePlacement": { "Id": 1, "Name": "sample string 2" }, "BannerAttachment": { "AttachmentID": "8571dd2d-8c63-4609-9bb8-785bc1a7048e", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }