GET api/Banner?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": "75a2c0a4-ae4a-4757-8326-d7c16c37c061", "Title": "sample string 2", "SubTitle": "sample string 3", "SequenceNo": 4, "NavigationUrl": "sample string 5", "ImagePlacement": { "Id": 1, "Name": "sample string 2" }, "BannerAttachment": { "AttachmentID": "25c0ce5e-c653-44e7-a962-c7c5a2782cc7", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }